From 822982e39a04936ef6a3d60c9ad5a16b9c021fa0 Mon Sep 17 00:00:00 2001 From: Isaac Flores Date: Wed, 1 Jul 2009 19:42:04 +0200 Subject: [PATCH] [svn r21696] minor-style changes-remove style actions unnecesary - (partial FS#4357) --- main/document/document.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/main/document/document.php b/main/document/document.php index a3913da951..01cd051f4f 100644 --- a/main/document/document.php +++ b/main/document/document.php @@ -1,4 +1,4 @@ -'; //jQuery +$htmlHeadXtra[] = ''; //session if(isset($_GET['id_session'])) $_SESSION['id_session'] = Security::remove_XSS($_GET['id_session']);