|
From: <ai...@us...> - 2013-10-02 20:59:32
|
Revision: 12572
http://sourceforge.net/p/plplot/code/12572
Author: airwin
Date: 2013-10-02 20:59:30 +0000 (Wed, 02 Oct 2013)
Log Message:
-----------
To remove one validation warning, change iso-8859-1 ==> utf-8
Tested by Alan W. Irwin <ai...@us...> by
propagating this change to the SourceForge website and validating
each of index.php, download.php, examples.php, documentation.php, and
credits.php there by clicking on the appropriate html and CSS validation
check buttons.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2013-10-02 20:00:56 UTC (rev 12571)
+++ trunk/www/corefunctions.php 2013-10-02 20:59:30 UTC (rev 12572)
@@ -41,7 +41,7 @@
<head>
<title>PLplot Home Page - $title</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Homepage of the open source PLplot project" />
<meta name="keywords" content="plot,library,c++,python" />
<link rel="stylesheet" title="liquid" href="css/style_liquid.css" type="text/css" media="screen,projection" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|