diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-04 18:37:13 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-04 18:37:13 +0000 |
commit | fe16cd65eebb5603968c7c61beb6a3a456c146d7 (patch) | |
tree | eaa406494e1f80e06f856969c03291275f45cc6f /modules | |
parent | 7017e95c99d03bd43a1956fbc54ac2f85517d886 (diff) |
Wrap div with another div instead of a paragraph
Diffstat (limited to 'modules')
-rw-r--r-- | modules/watermark/views/admin_watermarks.html.php | 4 |
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> |