[xiph-commits] r11784 - websites/speex.org/ssi
    giles at svn.xiph.org 
    giles at svn.xiph.org
       
    Tue Aug 15 23:10:32 PDT 2006
    
    
  
Author: giles
Date: 2006-08-15 23:10:31 -0700 (Tue, 15 Aug 2006)
New Revision: 11784
Modified:
   websites/speex.org/ssi/pagetop.include
Log:
Remove the language link magic, which was preventing the page from 
validating as xhtml. None of the clauses were true and an empty <ul/> is 
not allowed.
Modified: websites/speex.org/ssi/pagetop.include
===================================================================
--- websites/speex.org/ssi/pagetop.include	2006-08-16 06:09:43 UTC (rev 11783)
+++ websites/speex.org/ssi/pagetop.include	2006-08-16 06:10:31 UTC (rev 11784)
@@ -15,17 +15,6 @@
 		<li id="software_"><a href="/software/">Plugins & Software</a></li>
 		<li id="contact_"><a href="/contact/">Contact</a></li>
 	</ul>
-
-	<div id="translations" <!--#if expr="$translations" -->style="display: block;"<!--#endif -->>
-		<h2>Translations</h2>
-		<ul id="languages">
-			<!--#if expr="$eng" --><li id="english"><a href="index.shtml.en">English</a></li><!--#endif -->
-			<!--#if expr="$rus" --><li id="russian"><a href="index.shtml.ru">Русский</a></li><!--#endif -->
-			<!--#if expr="$spa" --><li id="spanish"><a href="index.shtml.es">Español</a></li><!--#endif -->
-			<!--#if expr="$fre" --><li id="french"><a href="index.shtml.fr">Français</a></li><!--#endif -->
-			<!--#if expr="$jpn" --><li id="japanese"><a href="index.shtml.ja">日本語</a></li><!--#endif -->
-		</ul>
-	</div>
 </div>
 
 <div id="banners">
    
    
More information about the commits
mailing list