diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 16:40:05 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 16:40:05 +0000 |
commit | e036de6ceab5f57b0f502b8400ab05e32e96562b (patch) | |
tree | fa67b394866458609f5d92248eaebb2a9cca943e /mod/categories | |
parent | e65db3fbab88f0bd98c2e5750f09d139837fdc0e (diff) | |
download | elgg-e036de6ceab5f57b0f502b8400ab05e32e96562b.tar.gz elgg-e036de6ceab5f57b0f502b8400ab05e32e96562b.tar.bz2 |
updated the plugins that have already been updated to 1.8 html/css to use divs rather than p tags in forms
git-svn-id: http://code.elgg.org/elgg/trunk@8163 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/views/default/input/categories.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/categories/views/default/input/categories.php b/mod/categories/views/default/input/categories.php index 6f57a0c29..9b7371e4c 100644 --- a/mod/categories/views/default/input/categories.php +++ b/mod/categories/views/default/input/categories.php @@ -25,7 +25,7 @@ if (!empty($categories)) { ?> -<p class="categories"> +<div class="categories"> <label><?php echo elgg_echo('categories'); ?></label><br /> <?php echo elgg_view('input/checkboxes', array( @@ -36,7 +36,7 @@ if (!empty($categories)) { ?> <input type="hidden" name="universal_category_marker" value="on" /> -</p> +</div> <?php |