]> git.mjollnir.org Git - s9y.git/commitdiff
css tweak
authorgarvinhicking <garvinhicking>
Mon, 5 Dec 2005 13:09:01 +0000 (13:09 +0000)
committergarvinhicking <garvinhicking>
Mon, 5 Dec 2005 13:09:01 +0000 (13:09 +0000)
plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php

index 357b653406d16b12cc54ad62bffcfc2b9e046543..20b533e423f3183f11dacf58a51613f442579f5c 100644 (file)
@@ -336,7 +336,7 @@ class serendipity_event_entryproperties extends serendipity_event
                                 <table id="serendipity_customfields">
                             <?php
                                     foreach($fields AS $fieldname) {
-                                        $fieldname = trim($fieldname);
+                                        $fieldname = htmlspecialchars(trim($fieldname));
     
                                         if (isset($serendipity['POST']['properties'][$fieldname])) {
                                             $value = $serendipity['POST']['properties'][$fieldname];