]> 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 56408d78c58490d645c646265c0e47f3fa008b7f..7d5be91cba1e0e2eb92242a1b665ec08cfb87f23 100644 (file)
@@ -365,7 +365,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];