[library-web] Add a text in the FoG <script> as a single space is not enough



commit 8dd729a4c82258b5ec74d7a2eea8a9e8513fea59
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Mar 23 14:20:00 2010 +0100

    Add a text in the FoG <script> as a single space is not enough
    
    (as xsltproc on window.gnome.org munges it)

 data/xslt/db2html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/xslt/db2html.xsl b/data/xslt/db2html.xsl
index dbea5c1..965028a 100644
--- a/data/xslt/db2html.xsl
+++ b/data/xslt/db2html.xsl
@@ -178,7 +178,7 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
     </xsl:call-template>
     <xsl:if test="$libgo.friends_of_gnome_ruler">
       <div id="libgo-ruler">
-      <script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js";> </script>
+      <script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js";>we love friends of gnome</script>
       </div>
     </xsl:if>
   </xsl:if>



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