Ticket #1134: mythweb.patch

File mythweb.patch, 758 bytes (added by dag@…, 18 years ago)

Patch to fix UTF chars in page header

Line 
1*** /usr/local/src/vision/Mythtv-CVS/mythplugins/mythweb/themes/default/header.php      2006-01-18 14:24:20.000000000 +0200
2--- themes/default/header.php   2006-01-28 00:59:05.000000000 +0200
3***************
4*** 19,25 ****
5  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
6  <html>
7  <head>
8!     <title><?php echo htmlentities($page_title) ?></title>
9 
10      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
11 
12--- 19,25 ----
13  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
14  <html>
15  <head>
16!     <title><?php echo htmlentities($page_title,ENT_QUOTES,'utf-8') ?></title>
17 
18      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
19