diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-15 15:55:28 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-15 15:55:28 +0000 |
| commit | 7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1 (patch) | |
| tree | 91937298674f28e9dc960db686992bd61c7e4126 /templates | |
| parent | ca23df4ffde3d1c8eb315cad6a5e0839d4ca01bb (diff) | |
| download | tags-7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1.tar.gz tags-7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1.tar.bz2 tags-7fa0f3a57d9a984408390c8b5924ecf9c6c13ae1.zip | |
crushes bugs dead
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_tags.tpl | 4 |
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} |
