diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-11 11:42:44 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-11 11:42:44 +0000 |
commit | 0392a14bd687d5cb5e5ff4ddc9cdc9f71e1c5cbe (patch) | |
tree | ee34124414c7d6337e82b44d311b501d4bd93bf0 /views | |
parent | 9140ef485b59407b16dc1502cc1580153c08d8e9 (diff) | |
download | elgg-0392a14bd687d5cb5e5ff4ddc9cdc9f71e1c5cbe.tar.gz elgg-0392a14bd687d5cb5e5ff4ddc9cdc9f71e1c5cbe.tar.bz2 |
Closes #1017: Div no longer closed early.
git-svn-id: https://code.elgg.org/elgg/trunk@3276 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/spotlight/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/spotlight/default.php b/views/default/spotlight/default.php index cf28fb1c9..16f282244 100644 --- a/views/default/spotlight/default.php +++ b/views/default/spotlight/default.php @@ -16,7 +16,7 @@ <div id="spotlight_table">
<!-- spotlight RHS content -->
- <div class="spotlightRHS" />
+ <div class="spotlightRHS">
<h2>Information</h2>
<ul>
<li><a href="http://docs.elgg.org/wiki/Views/SystemViews">Populating this spotlight area</a></li>
|