diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-31 19:11:01 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-31 19:11:01 +0000 |
commit | 883ff9d64ad1d2db99bb4a3207eace3998faf35a (patch) | |
tree | 82e1c858a8b3de78c152cbddb9f2b9fa37aac72d /mod/htmlawed/start.php | |
parent | 3f58bd94b4092c95424391d9843c8c786ac87479 (diff) | |
download | elgg-883ff9d64ad1d2db99bb4a3207eace3998faf35a.tar.gz elgg-883ff9d64ad1d2db99bb4a3207eace3998faf35a.tar.bz2 |
Somehow missed deleted a { on the last commit. All better now.
git-svn-id: http://code.elgg.org/elgg/trunk@3870 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/htmlawed/start.php')
-rw-r--r-- | mod/htmlawed/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php index 14e45a6d9..1fab03153 100644 --- a/mod/htmlawed/start.php +++ b/mod/htmlawed/start.php @@ -81,6 +81,7 @@ function htmlawed_hook($element, $attribute_array) { // to only add a space if needed. if ($string = trim($string)) { $string = " $string"; + } $r = "<$element$string>"; return $r; |