aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-10 22:44:54 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-10 22:44:54 +0000
commit10aeb117a2ce6e5a0f74862fcd90a4375055e445 (patch)
tree2ceaf5980e851fd2b3c1ee762d3ce605ba28e50e
parent4378b158aa61d49ce0a7c38245b34bbff1100734 (diff)
downloadelgg-10aeb117a2ce6e5a0f74862fcd90a4375055e445.tar.gz
elgg-10aeb117a2ce6e5a0f74862fcd90a4375055e445.tar.bz2
Small typo in comment
git-svn-id: http://code.elgg.org/elgg/trunk@7869 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/layout/objects/list/body.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/layout/objects/list/body.php b/views/default/layout/objects/list/body.php
index 97331c1d1..00bc1c058 100644
--- a/views/default/layout/objects/list/body.php
+++ b/views/default/layout/objects/list/body.php
@@ -3,7 +3,7 @@
* List body
*
* Sample output
- * <ul elgg-list-metadata><li>Public</li><li>Like this</li></ul>
+ * <ul class="elgg-list-metadata"><li>Public</li><li>Like this</li></ul>
* <h3><a href="">Title</a></h3>
* <p class="elgg-list-subtitle">Posted 3 hours ago by George</p>
* <p class="elgg-tags"><a href="">one</a>, <a href="">two</a></p>