]> git.quilime.com - clmpr.git/commitdiff
updated verbiage for tag help
authorGabriel Dunne <gdunne@quilime.com>
Thu, 22 Dec 2011 03:22:57 +0000 (19:22 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 22 Dec 2011 03:22:57 +0000 (19:22 -0800)
edit.php
new.php

index d4e787c0e8611851366288eced8bd6c30252352b..31822d6d310c539ba62cf083845ba85047be20f5 100644 (file)
--- a/edit.php
+++ b/edit.php
@@ -85,7 +85,7 @@ function deleteClump( id ) {
     <label>tags <a href="#" class="ui tag-help" onClick="$('#tag-help').toggle();return false;">how to tag &raquo;</a></label>
     <ul id="tag-help" style="display:none">
         <li><span class="bull">&bull;</span>combine "multiple words" with quotes</li>
-        <li><span class="bull">&bull;</span>separate tags by space, comma, semicolon, or enter</li>
+        <li><span class="bull">&bull;</span>separate tags by space, comma, or enter</li>
     </ul>
     <input type="text" id="tag-input" name="tags" value="<?php echo $clump['tags']; ?>">
 
diff --git a/new.php b/new.php
index 8470f1a4739265c240e81966497a5a0b96cff84b..d71d27c9eb101d1dc707288fe9b7f768f1c8788e 100644 (file)
--- a/new.php
+++ b/new.php
@@ -58,7 +58,7 @@ try {
                <label>tags <a href="#" class="ui tag-help" onClick="$('#tag-help').toggle();return false;">how to tag &raquo;</a></label>
             <ul id="tag-help" style="display:none">
                 <li><span class="bull">&bull;</span>combine "multiple words" with quotes</li>
-                <li><span class="bull">&bull;</span>separate tags by space, comma, semicolon, enter</li>
+                <li><span class="bull">&bull;</span>separate tags by space, comma, enter</li>
             </ul>
                <input type="text" id="tag-input" name="tags" tabindex="3" value="">