summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-13 14:04:34 +0800
committer <unostar@danalan.info>2009-06-13 20:10:26 +0800
commit2afa437aa969d0fb0c238a694a8ea855b3e48978 (patch)
treede1bcfc7c9ab1a92105e0eb51b92f372217b23cd
parent3d89951c778265fb010d4bd20f93ced3ff7502d8 (diff)
Add a closing </b> to the warning.
Signed-off-by: <unostar@danalan.info>
-rw-r--r--modules/gallery/views/admin_advanced_settings.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_advanced_settings.html.php b/modules/gallery/views/admin_advanced_settings.html.php
index b4dedaef..b37c1c73 100644
--- a/modules/gallery/views/admin_advanced_settings.html.php
+++ b/modules/gallery/views/admin_advanced_settings.html.php
@@ -6,7 +6,7 @@
</p>
<ul id="gMessage">
<li class="gWarning">
- <b><?= t("Change these values at your own risk!") ?>
+ <b><?= t("Change these values at your own risk!") ?></b>
</li>
</ul>