summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-03-15 15:55:28 +0000
committerwjames5 <will@tekimaki.com>2007-03-15 15:55:28 +0000
commit7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1 (patch)
tree91937298674f28e9dc960db686992bd61c7e4126 /templates
parentca23df4ffde3d1c8eb315cad6a5e0839d4ca01bb (diff)
downloadtags-7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1.tar.gz
tags-7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1.tar.bz2
tags-7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1.zip
crushes bugs dead
Diffstat (limited to 'templates')
-rw-r--r--templates/edit_tags.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl
index 21259d9..a5fce0d 100644
--- a/templates/edit_tags.tpl
+++ b/templates/edit_tags.tpl
@@ -2,8 +2,8 @@
<div class="row">
{formlabel label="Tags" for="tags"}
{forminput}
- <input type="text" name="tags" id="tags" value="{if $gContent}{$gContent->mInfo['tags']}{else if $serviceHash}{$serviceHash}{/if}" />
- {formhelp note="Enter key words to describe your content. Tag wisely, tag efficiently."}
+ <input type="text" name="tags" id="tags" value="{*{if $gContent}{$gContent->mInfo['tags']}{else*}{if $serviceHash}{$serviceHash}{/if}" />
+ {formhelp note="Enter key words to describe your content. Separate each tag with a comma: , . Tag wisely, tag efficiently."}
{/forminput}
</div>
{/strip}