]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Somehow missed deleted a { on the last commit. All better now.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 31 Jan 2010 19:11:01 +0000 (19:11 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 31 Jan 2010 19:11:01 +0000 (19:11 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3870 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/htmlawed/start.php

index 14e45a6d9e266755a55b56799f8b553e6e30b71f..1fab03153d7079c610c06ba198a06bc337fdd044 100644 (file)
@@ -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;