diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-05 01:54:32 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-05 01:54:32 +0200 |
commit | c644128fdd49a47d791240e0e38b54cd22412bc5 (patch) | |
tree | fd2135d295c103395f5d0bd89056b0e798cfcdb3 /user_guide/helpers/smiley_helper.html | |
parent | 691010e72ec7fb4a05740332a10b5f046a82c666 (diff) |
fixed validation errors... about a zillion of em.
Diffstat (limited to 'user_guide/helpers/smiley_helper.html')
-rw-r--r-- | user_guide/helpers/smiley_helper.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html index d690749ed..1603e1659 100644 --- a/user_guide/helpers/smiley_helper.html +++ b/user_guide/helpers/smiley_helper.html @@ -132,25 +132,25 @@ class Smileys extends Controller { <textarea class="textarea" style="width:100%" cols="50" rows="20">
-<html>
-<head>
-<title>Smileys</title>
+<html>
+<head>
+<title>Smileys</title>
-<?php echo js_insert_smiley('blog', 'comments'); ?>
+<?php echo js_insert_smiley('blog', 'comments'); ?>
-</head>
-<body>
+</head>
+<body>
<form name="blog">
<textarea name="comments" cols="40" rows="4"></textarea>
-</form>
+</form>
-<p>Click to insert a smiley!</p>a
+<p>Click to insert a smiley!</p>
-<?php echo $smiley_table; ?>
+<?php echo $smiley_table; ?>
-</body>
-</html>
+</body>
+</html>
</textarea>
@@ -200,7 +200,7 @@ Previous Topic: <a href="security_helper.html">Security Helper</a> <a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="string_helper.html">String Helper</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
|