aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-16 15:46:07 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-16 15:46:07 +0000
commit99a301cd791d767c2b6ee9e2ff608ad9cbf1d281 (patch)
tree13fb4d61b2269de6af4c8fe51fc8e884f292ecea /mod/ecml/views
parentc32f43bcac8ff4493ce387b078a57ba4fdd57063 (diff)
downloadelgg-99a301cd791d767c2b6ee9e2ff608ad9cbf1d281.tar.gz
elgg-99a301cd791d767c2b6ee9e2ff608ad9cbf1d281.tar.bz2
ECML now only requires a single square bracket.
git-svn-id: http://code.elgg.org/elgg/trunk@5775 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/ecml/views')
-rw-r--r--mod/ecml/views/default/ecml/help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ecml/views/default/ecml/help.php b/mod/ecml/views/default/ecml/help.php
index ed2d1eeec..2b33f4f7a 100644
--- a/mod/ecml/views/default/ecml/help.php
+++ b/mod/ecml/views/default/ecml/help.php
@@ -18,7 +18,7 @@ $keywords_html = '';
foreach ($keywords as $keyword => $info) {
$desc = htmlentities($info['description']);
$keywords_html .= "
-<dt>[[$keyword]]</dt>
+<dt>[$keyword]</dt>
<dd>$desc</dd>";
}