[library-web] fix global domain bar link to point to http://www.gnome.org



commit 8039b0cba332ed5b879db67fd83c462b8ef29d4c
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Mon Apr 11 00:13:44 2011 -0300

    fix global domain bar link to point to http://www.gnome.org
    
    fix bug #647051

 data/xslt/heading.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/xslt/heading.xsl b/data/xslt/heading.xsl
index 55e7d8b..dddf7b4 100644
--- a/data/xslt/heading.xsl
+++ b/data/xslt/heading.xsl
@@ -26,7 +26,7 @@
     <!-- global gnome.org domain bar -->
     <div id="global_domain_bar">
         <div>
-            <a href="#"><strong>GNOME</strong>.ORG</a>
+            <a href="http://www.gnome.org/";><strong>GNOME</strong>.ORG</a>
         </div>
     </div>
     



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]