diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-10-09 13:06:09 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-10-09 13:06:09 +0200 |
commit | b4f9d3b12644b5b5abd0b7da8e8c37d2659a2b4b (patch) | |
tree | 5e0a9688fe2c9af3f282a9cd75d1ac19df20065a /data/templates | |
parent | 6bf4e76495b03ccec29fb4d9262ac871dd10a221 (diff) | |
download | semanticscuttle-b4f9d3b12644b5b5abd0b7da8e8c37d2659a2b4b.tar.gz semanticscuttle-b4f9d3b12644b5b5abd0b7da8e8c37d2659a2b4b.tar.bz2 |
fix E_NOTICE in tag2tagadd and make tag2tagadd xhtml valid
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/tag2tagadd.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/tag2tagadd.tpl.php b/data/templates/tag2tagadd.tpl.php index fcbd372..9482007 100644 --- a/data/templates/tag2tagadd.tpl.php +++ b/data/templates/tag2tagadd.tpl.php @@ -4,7 +4,7 @@ $this->includeTemplate($GLOBALS['top_include']); <form action="<?php echo $formaction; ?>" method="post"> -<p align=right" style="float:right"> +<p align="right" style="float:right"> <small style="text-align:right"><?php echo T_('Note: use "=" to make synonym two tags. e.g.: france=frenchcountry')?></small><br/> <small style="text-align:right"><?php echo T_('Note: use ">" to include one tag in another. e.g.: europe>france>paris')?></small><br/> </p> |