diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 20:25:52 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 20:25:52 +0000 |
commit | 3af17f2e0991383dbb706e93f694bc2d9668ab9f (patch) | |
tree | f74e1c4d27b7ffa83270cafbf4af1d2eeb0a4a99 /template/yoga/admin/cat_options.tpl | |
parent | 0fb48751626c05a8969192ed3a263048984ac38c (diff) |
html bug fixed:
- div instead p
- input must be in a block tag
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1238 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/cat_options.tpl')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index ec212cc91..891dc37d4 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -13,5 +13,5 @@ </fieldset> </form> -<p class="information">{L_CAT_OPTIONS_INFO}</div> +<p class="information">{L_CAT_OPTIONS_INFO}</p> |