diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 06:58:01 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 06:58:01 +0200 |
commit | 060e7318658d2f2e0a58587273ea19a6ae5a6600 (patch) | |
tree | c819800a1be88543e59788cfb105c57940cd7ed6 /data/templates | |
parent | 1c180e28ffe223c8cdff7e9bb7ec237cded48ef4 (diff) | |
parent | 63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9 (diff) | |
download | semanticscuttle-060e7318658d2f2e0a58587273ea19a6ae5a6600.tar.gz semanticscuttle-060e7318658d2f2e0a58587273ea19a6ae5a6600.tar.bz2 |
Merge branch 'master' into themes
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default/tagcommondescriptionedit.tpl.php | 1 | ||||
-rw-r--r-- | data/templates/default/tagedit.tpl.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/default/tagcommondescriptionedit.tpl.php b/data/templates/default/tagcommondescriptionedit.tpl.php index f938f93..207cfd2 100644 --- a/data/templates/default/tagcommondescriptionedit.tpl.php +++ b/data/templates/default/tagcommondescriptionedit.tpl.php @@ -36,7 +36,6 @@ window.onload = function() { <td></td> </tr> </table> -</p> <?php if (isset($referrer)): ?> <div><input type="hidden" name="referrer" value="<?php echo $referrer; ?>" /></div> diff --git a/data/templates/default/tagedit.tpl.php b/data/templates/default/tagedit.tpl.php index 5edfbc7..860c933 100644 --- a/data/templates/default/tagedit.tpl.php +++ b/data/templates/default/tagedit.tpl.php @@ -21,7 +21,6 @@ window.onload = function() { <td></td> </tr> </table> -</p> <?php if (isset($referrer)): ?> <div><input type="hidden" name="referrer" value="<?php echo $referrer; ?>" /></div> |