plugins/staticpages/functions.inc
branchHEAD
changeset 7354 82e167a0e3a4
parent 7345 1185208e854a
child 7388 dbf2c1e5cedc
     1.1 --- a/plugins/staticpages/functions.inc	Sat Oct 03 14:50:24 2009 +0200
     1.2 +++ b/plugins/staticpages/functions.inc	Sat Oct 03 21:15:34 2009 +0200
     1.3 @@ -276,8 +276,8 @@
     1.4  
     1.5      // Meta Tags
     1.6      If ($_SP_CONF['meta_tags'] > 0) {
     1.7 -        $meta_description  = stripslashes ($A['meta_description']);
     1.8 -        $meta_keywords  = stripslashes ($A['meta_keywords']);
     1.9 +        $meta_description  = $A['meta_description'];
    1.10 +        $meta_keywords  = $A['meta_keywords'];
    1.11          $headercode .= COM_createMetaTags($meta_description, $meta_keywords);
    1.12      }
    1.13