You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2011/07/24 00:04:14 UTC

[Lucene.Net] svn commit: r1150228 - /incubator/lucene.net/site/trunk/templates/template.html

Author: pnasser
Date: Sat Jul 23 22:04:13 2011
New Revision: 1150228

URL: http://svn.apache.org/viewvc?rev=1150228&view=rev
Log:
adding meta content type tag

Modified:
    incubator/lucene.net/site/trunk/templates/template.html

Modified: incubator/lucene.net/site/trunk/templates/template.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/templates/template.html?rev=1150228&r1=1150227&r2=1150228&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/templates/template.html (original)
+++ incubator/lucene.net/site/trunk/templates/template.html Sat Jul 23 22:04:13 2011
@@ -1,6 +1,8 @@
 <!DOCTYPE html>
 <html>
 <head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
 	<title>Apache Lucene.Net</title>
 	<link rel="stylesheet" type="text/css" href="styles/lucene.css" />
 </head>