diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 23:04:34 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 23:04:34 -0700 |
commit | 3e71a44a9612edabaaf9a04eac6f15b223ee3966 (patch) | |
tree | c995d014b34422514c4bf88cea58062ff82c74bf /modules | |
parent | 26314d0ef85d4a1e73ca6c9bd728a4cfb8d46d6b (diff) |
Add a closing </b> to the warning.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/admin_advanced_settings.html.php | 2 |
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> |