[Lxr-commits] CVS: html/backstore5 header.shtml,1.1,1.2
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-01-18 09:57:47
|
Update of /cvsroot/lxr/html/backstore5 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25487/backstore5 Modified Files: header.shtml Log Message: backstore5/header.shtml: prevent ISO-8859-x escape transformation on Unicode #echo-inserted string (use encoding=none) Index: header.shtml =================================================================== RCS file: /cvsroot/lxr/html/backstore5/header.shtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- header.shtml 31 Dec 2013 17:37:39 -0000 1.1 +++ header.shtml 18 Jan 2014 09:57:44 -0000 1.2 @@ -11,7 +11,7 @@ <html lang="<!--#echo var="pageLang" -->"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title><!--#echo var="pageMetaTitle" --></title> + <title><!--#echo encoding="none" var="pageMetaTitle" --></title> <link rel="stylesheet" type="text/css" href="/backstore5/LXRweb.css"> <link rel="icon" type="image/png" href="/backstore/LXRlogo2.png" sizes="140x90"> <link rel="icon" type="image/x-icon" href="/backstore/LXRlogo2.ico" sizes="32x32"> |