summaryrefslogtreecommitdiff
path: root/modules/watermark
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-04 18:37:13 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-04 18:37:13 +0000
commitfe16cd65eebb5603968c7c61beb6a3a456c146d7 (patch)
treeeaa406494e1f80e06f856969c03291275f45cc6f /modules/watermark
parent7017e95c99d03bd43a1956fbc54ac2f85517d886 (diff)
Wrap div with another div instead of a paragraph
Diffstat (limited to 'modules/watermark')
-rw-r--r--modules/watermark/views/admin_watermarks.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/watermark/views/admin_watermarks.html.php b/modules/watermark/views/admin_watermarks.html.php
index 77ce5d98..a41d4d3e 100644
--- a/modules/watermark/views/admin_watermarks.html.php
+++ b/modules/watermark/views/admin_watermarks.html.php
@@ -14,7 +14,7 @@
<p>
<?= _("Note that changing this watermark will require you to rebuild all of your thumbnails and resized images.") ?>
</p>
- <p>
+ <div>
<div class="image">
<img width="<?= $width ?>" height="<?= $height ?>" src="<?= $url ?>"/>
<p>
@@ -32,6 +32,6 @@
title="<?= _("Delete Watermark") ?>"
class="gDialogLink"><?= _("delete") ?></a>
</div>
- </p>
+ </div>
<? endif ?>
</div>