From 883ff9d64ad1d2db99bb4a3207eace3998faf35a Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 31 Jan 2010 19:11:01 +0000 Subject: 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 --- mod/htmlawed/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/htmlawed/start.php') 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; -- cgit v1.2.3