diff --git a/common_functions.php b/common_functions.php index bbe9e89738d..75faf069b27 100644 --- a/common_functions.php +++ b/common_functions.php @@ -4270,33 +4270,34 @@ function getHeader($meta = false) } - if ( !$embedded ) + + $header= "\n" + . "\n" - . "\n" - . "\n" - . "\n" - . "" - . "" - . $js_header; - - if ($meta) - $header .= $meta; + $header.=" dir=\"rtl\" "; + } + $header.= ">\n\t\n" + . $css_header + . "\n" + . "\n" + . "\n" + . "" + . "" + . $js_header; + + if ($meta) + $header .= $meta; + if ( !$embedded ) + { return $header; } else { global $embedded_headerfunc; if ( function_exists( $embedded_headerfunc ) ) - return $embedded_headerfunc(); + return $embedded_headerfunc($header); } } diff --git a/docs/release_notes.txt b/docs/release_notes.txt index fe9f5638d4c..ee77a3cd58b 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -81,7 +81,6 @@ Thank you to everyone who helped with this new release! Changes from 1.92+ (build 120801) to 1.92+ (build 120808) August 8, 2012 -Fixed issue #6424: Lastpage field not being added in MSSQL when upgrading from 1.85 or older (Carsten Schmitz) -Fixed issue #6439: Question type Array (numbers) does not work with numbers >10 as labels (Thomas White) --Release 1.92+ Build 120808 (Carsten Schmitz) #Updated translation: Czech by slansky #Updated translation: German by c_schmitz #Updated translation: German (Informal) by c_schmitz @@ -89,8 +88,6 @@ Changes from 1.92+ (build 120801) to 1.92+ (build 120808) August 8, 2012 #Updated translation: Polish by elisa #Updated translation: Turkish by kayazeren - - Changes from 1.92+ (build 120725) to 1.92+ (build 120801) August 1, 2012 -Fixed issue #6066: File upload fails if single oder double quotes are used (Carsten Schmitz) -Fixed issue #6287: Unable to export QueXML with Postgresql 9.1 (Adam Zammit)