Author: dr Date: Mon Nov 12 19:33:27 2007 New Revision: 6716 Log: - Fixed bug #11788: CharacterSet for Docu is ISO should be UTF-8.
Modified: scripts/render-tutorial.php Modified: scripts/render-tutorial.php ============================================================================== --- scripts/render-tutorial.php [iso-8859-1] (original) +++ scripts/render-tutorial.php [iso-8859-1] Mon Nov 12 19:33:27 2007 @@ -129,12 +129,16 @@ function addNewFooter( $output ) { - return $output . "\n". "<div style=\"color: #959fa8; text-align: right; font-size: 0.85em;\">Last updated: ". date( 'D, d M Y' ) . "</div>"; + return $output . "\n". "<div style=\"color: #959fa8; text-align: right; font-size: 0.85em;\">Last updated: ". date( 'D, d M Y' ) . "</div></body></html>"; } function addNewHeader( $component, $output, $version ) { $outputHeader = <<<FOO +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=utf-8"> +<body> <h1>$component</h1> <b>[ <a href="/docs/api/$version/introduction_$component.html" class="menu">Tutorial</a> ]</b> <!-- EXTRA DOCS GO HERE! --> -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components