]> git.sur5r.net Git - glabels/commitdiff
Make sure all pages still validate.
authorJim Evins <evins@snaught.com>
Wed, 11 Feb 2009 23:52:09 +0000 (23:52 +0000)
committerJim Evins <evins@snaught.com>
Wed, 11 Feb 2009 23:52:09 +0000 (23:52 +0000)
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@824 f5e0f49d-192f-0410-a22d-a8d8700d0965

web/common_php.inc
web/contact/index.php
web/download/index.php
web/faq/index.php
web/index.php
web/news/index.php

index 5b0a1a1200b344211095f3f7f37a5e1324ac284d..0b2a4c465ab9734443d4d6b5fa2c2e0f8c69c1ec 100644 (file)
@@ -1,6 +1,9 @@
 <?php
   header("Content-Type: text/html; charser=utf-8");
+  print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
+ ?>
 
+<?php
   #-------------------------------------------------------
   # Globals
   #-------------------------------------------------------
     $tabs["$root/contact/"]     = "contact";
     $tabs["$root/links/"]       = "links";
 
-    print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
 ?>
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
index e30a3cb9e10b4879d365e7b7cb8c13e5de890583..abc4b99bbd25a7c612d60cec90bcd123c79f51b7 100644 (file)
@@ -13,7 +13,7 @@ the problem more directly (please submit all bugs to the tracker as well).
 <p>Please consult the following checklist when reporting a bug.
 </p>
 <ol>
-  <li>Verify that you are not experiencing a known bug or limitation by consulting the <?a("/faq/", "gLabels FAQ");?>.
+  <li>Verify that you are not experiencing a known bug or limitation by consulting the <?a("/faq/", "gLabels FAQ");?>.</li>
   <li>Verify that the bug is not a duplicate of an existing bug by searching the tracker.  If you have additional information
       on an existing bug, please add your information to the existing bug.  If you
       are not using the latest version of glabels, you should also look for closed
index f7f243465e9526ea9a98da439096db030415fd1a..c9f0d11c60bce2443df475c412e76aeeefd5d2b6 100644 (file)
@@ -46,6 +46,7 @@ Just having the base library packages installed is not enough.
 <p>
 gLabels is currently available for most popular GNU/Linux distributions through
 their associated repositories, including the following repositories:
+</p>
 <ul>
   <li>Debian</li>
   <li>Fedora Extras</li>
index 0778088a3709aaa81f9bcebd3cbfcac799d3d6ca..2bfab45d9285d5d9ab35a18b92d90f69d18fe686 100644 (file)
@@ -11,7 +11,7 @@
 <div class="faqtoc">
 <ul class="faqtoc">
 
-  <li class="faqtocline">1. <?a("#S1", "Common Problems.");?></li>
+  <li class="faqtocline">1. <?a("#S1", "Common Problems.");?>
 
   <ul class="faqtoc">
 
@@ -19,7 +19,9 @@
 
   </ul>
 
-  <li class="faqtocline">2. <?a("#S2", "Obsolete Problems (problems with older versions of gLabels).");?></li>
+  </li>
+
+  <li class="faqtocline">2. <?a("#S2", "Obsolete Problems (problems with older versions of gLabels).");?>
 
   <ul class="faqtoc">
 
 
   </ul>
 
+  </li>
+
 </ul>
 </div>
 
-<a name="S1"/>
+<a id="S1"/>
 <h2>1. Common Problems.</h2>
 
-<a name="Q1.1"/>
+<a id="Q1.1"/>
 <h3>1.1 How can I instruct glabels to not print blank address lines when doing a document merge?</h3>
 <div class="faqanswer">
 <p>
@@ -63,10 +67,10 @@ Printing this label results in the following output.
 </div>
 
 
-<a name="S2"/>
+<a id="S2"/>
 <h2>2. Obsolete Problems (problems with older versions of gLabels).</h2>
 
-<a name="Q2.1"/>
+<a id="Q2.1"/>
 <h3>2.1 I cannot edit text.  What's wrong? (2.0.x)</h3>
 <div class="faqanswer">
 <p>
@@ -91,7 +95,7 @@ suitable for backport into the 2.0.x branch..
 </div>
 
 
-<a name="Q2.2"/>
+<a id="Q2.2"/>
 <h3>2.2 Why don't transparent images print correctly? (1.92.1 - 2.1.3)</h3>
 <div class="faqanswer">
 <p>
index 7ba7fcef156504917a8d47f80fa39c87d15ce8bc..d494d5a3a6d7d4a42151e16857add9761234d0cb 100644 (file)
@@ -51,7 +51,7 @@ Changes/fixes since 2.2.2 include
 </p>
 <ul>
 <li>Explicitely set page size when printing -- don't let print back-end use
-  a default size (Bug #2049431).</l>
+  a default size (Bug #2049431).</li>
 <li>Sets more appropriate object size limits for any aspect ratio (Bug #1993550).</li>
 <li>Fixed crash of glabels-batch (Bug #1968653).</li>
 <li>Fixed bug with barcode and image merge radio buttons (Bug #1959135).</li>
index ed18d2eb35ca84af3134890f2661c8158b5e81f2..da69a7848ac7c926d4563ab5df84d89f94da12cf 100644 (file)
@@ -39,7 +39,7 @@ Changes/fixes since 2.2.2 include
 </p>
 <ul>
 <li>Explicitely set page size when printing -- don't let print back-end use
-  a default size (Bug #2049431).</l>
+  a default size (Bug #2049431).</li>
 <li>Sets more appropriate object size limits for any aspect ratio (Bug #1993550).</li>
 <li>Fixed crash of glabels-batch (Bug #1968653).</li>
 <li>Fixed bug with barcode and image merge radio buttons (Bug #1959135).</li>