Update of /cvsroot/lxr/lxr/templates/html
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9429/templates/html
Modified Files:
html-fatal.html
Log Message:
templates/html/fatal.html: remove <meta> element since encoding is defined in an HTTP header
Index: html-fatal.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html/html-fatal.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- html-fatal.html 4 Sep 2013 15:22:41 -0000 1.3
+++ html-fatal.html 24 Sep 2013 09:52:49 -0000 1.4
@@ -24,7 +24,6 @@
<html>
<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Error - no tree</title>
<base href="$baseurl">
<link href="$stylesheet" rel="stylesheet" type="text/css">
|