aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-25 06:57:55 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-25 06:57:55 +0200
commit63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9 (patch)
tree36703c4c08c775661f335878e9edf870e66a89a3 /data/templates
parent07656f6724d536de2c2eb234e0368959660093bd (diff)
downloadsemanticscuttle-63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9.tar.gz
semanticscuttle-63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9.tar.bz2
make tag and common tag description pages valid html
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/tagcommondescriptionedit.tpl.php1
-rw-r--r--data/templates/tagedit.tpl.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/tagcommondescriptionedit.tpl.php b/data/templates/tagcommondescriptionedit.tpl.php
index f938f93..207cfd2 100644
--- a/data/templates/tagcommondescriptionedit.tpl.php
+++ b/data/templates/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/tagedit.tpl.php b/data/templates/tagedit.tpl.php
index 5edfbc7..860c933 100644
--- a/data/templates/tagedit.tpl.php
+++ b/data/templates/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>