From dc3ba214cb9d938bb9f310ceaef667af3a34002c Mon Sep 17 00:00:00 2001 From: Wes Baker Date: Mon, 29 Jul 2013 15:54:58 -0400 Subject: Fixing two broken links in the User Guide. --- user_guide/general/quick_reference.html | 2 +- user_guide/helpers/smiley_helper.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/general/quick_reference.html b/user_guide/general/quick_reference.html index 000568db3..ac1b27ed6 100644 --- a/user_guide/general/quick_reference.html +++ b/user_guide/general/quick_reference.html @@ -57,7 +57,7 @@ Quick Reference Chart

Quick Reference Chart

-

For a PDF version of this chart, click here.

+

For a PDF version of this chart, click here.

diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html index d0b633147..3153b7096 100644 --- a/user_guide/helpers/smiley_helper.html +++ b/user_guide/helpers/smiley_helper.html @@ -82,7 +82,7 @@ Your users can click a desired smiley and with the help of some JavaScript it wi

Here is an example demonstrating how you might create a set of clickable smileys next to a form field. This example requires that you first download and install the smiley images, then create a controller and the View as described.

-

Important: Before you begin, please download the smiley images and put them in +

Important: Before you begin, please download the smiley images and put them in a publicly accessible place on your server. This helper also assumes you have the smiley replacement array located at application/config/smileys.php

-- cgit v1.2.3-24-g4f1b