[mapserver-commits] r8301 - trunk/docs/_templates

svn at osgeo.org svn at osgeo.org
Sun Dec 28 18:35:51 EST 2008


Author: tomkralidis
Date: 2008-12-28 18:35:51 -0500 (Sun, 28 Dec 2008)
New Revision: 8301

Modified:
   trunk/docs/_templates/layout.html
Log:
fixed broken img tag, added @title to anchors, quoted img/@border


Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	2008-12-28 22:26:05 UTC (rev 8300)
+++ trunk/docs/_templates/layout.html	2008-12-28 23:35:51 UTC (rev 8301)
@@ -5,15 +5,15 @@
 {% block relbar1 %}
 
 <div style="padding: 10px 10px 15px 15px; background-color: white; text-align: right; float: right; vertical-align: bottom;">
-<a href="{{ pathto('documentation') }}">Docs</a> <a href="/MapServer.pdf"><img src="{{ pathto("_static/pdf.png", 1)}}" alt="PDF icon"</a> |
-<a href="http://svn.osgeo.org/mapserver">Source</a> |
-<a href="http://trac.osgeo.org/mapserver">Bugs</a> |
-<a href="{{ pathto('download') }}">Download </a>
+<a href="{{ pathto('documentation') }}" title="Docs">Docs</a> <a href="/MapServer.pdf"><img src="{{ pathto("_static/pdf.png", 1)}}" alt="PDF icon"/></a> |
+<a href="http://svn.osgeo.org/mapserver" title="Source">Source</a> |
+<a href="http://trac.osgeo.org/mapserver" title="Bugs">Bugs</a> |
+<a href="{{ pathto('download') }}" title="Download">Download </a>
 </div>
 
 <div style="padding: 10px 10px 15px 15px; background-color: white; text-align: left">
 <a href="{{ pathto('index') }}">
-    <img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" border=0 />
+    <img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" border="0" />
 </a>
 </div>
 



More information about the mapserver-commits mailing list