From: brettp Date: Sun, 31 Jan 2010 19:11:01 +0000 (+0000) Subject: Somehow missed deleted a { on the last commit. All better now. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=883ff9d64ad1d2db99bb4a3207eace3998faf35a;p=lorea%2Felgg.git 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 --- 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;