[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3226] trunk/UI/lib/ui-header.html



Revision: 3226
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3226&view=rev
Author:   einhverfr
Date:     2011-06-11 20:01:42 +0000 (Sat, 11 Jun 2011)

Log Message:
-----------
Adding html_charset override to ui-header for use by templates.

Modified Paths:
--------------
    trunk/UI/lib/ui-header.html

Modified: trunk/UI/lib/ui-header.html
===================================================================
--- trunk/UI/lib/ui-header.html	2011-06-11 19:21:14 UTC (rev 3225)
+++ trunk/UI/lib/ui-header.html	2011-06-11 20:01:42 UTC (rev 3226)
@@ -27,8 +27,12 @@
 	window.alert('<?lsmb text('Warning:  Your password will expire in [_1]', pw_expires)?>');
 	</script>
 	<?lsmb END ?>
-
+        <?lsmb IF html_charset ?>
+        <meta http-equiv="content-type" content="text/html; charset=<?lsmb
+                                                           html_charset ?>">
+        <?lsmb ELSE ?>
 	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+        <?lsmb END # if html_charset ?>
 	<meta name="robots" content="noindex,nofollow" />
         
 </head>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.