diff options
Diffstat (limited to 'data')
-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> |