[Midnightbsd-cvs] www: index.html: This was garbage (not set to utf-8).

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 19 13:35:01 EDT 2007


Log Message:
-----------
This was garbage (not set to utf-8).  Fix that and an image path

Modified Files:
--------------
    www/ru/developer:
        index.html (r1.4 -> r1.5)

-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/ru/developer/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lru/developer/index.html -Lru/developer/index.html -u -r1.4 -r1.5
--- ru/developer/index.html
+++ ru/developer/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <title>MidnightBSD :: Developer</title>
 <link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
 <!-- $MidnightBSD$ -->
@@ -12,7 +12,7 @@
 <!-- BEGIN HEADER -->
 <div id="header">
     <span id="logo">
-	    <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
+	    <img src="/images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
 	</span>  
 </div>
 <!-- END HEADER -->
@@ -21,14 +21,14 @@
 
 <div id="rnav">
         <ul>
-            <li><a href="/index.html" title="Home">Home</a></li>
-            <li><a href="/about/index.html" title="About">About</a></li>
-            <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
-            <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
-
-            <li><a href="/community/index.html" title="Community">Community</a></li>
-            <li><a href="/developer/index.html" title="Developers">Developers</a></li>
-            <li><a href="/support/index.html" title="Support">Support</a></li>
+            <li><a href="../index.html" title="Home">Home</a></li>
+            <li><a href="../about/index.html" title="About">About</a></li>
+            <li><a href="../download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
+            <li><a href="../docs/index.html" title="Documentation">Documentation</a></li>
+
+            <li><a href="../community/index.html" title="Community">Community</a></li>
+            <li><a href="../developer/index.html" title="Developers">Developers</a></li>
+            <li><a href="../support/index.html" title="Support">Support</a></li>
         </ul>
 
 	<p>


More information about the Midnightbsd-cvs mailing list