You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/15 08:19:53 UTC

svn commit: r161416 - forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl

Author: crossley
Date: Thu Apr 14 23:19:52 2005
New Revision: 161416

URL: http://svn.apache.org/viewcvs?view=rev&rev=161416
Log:
Be more compact with the message for MOTD.

Modified:
    forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl

Modified: forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl?view=diff&r1=161415&r2=161416
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl (original)
+++ forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl Thu Apr 14 23:19:52 2005
@@ -427,7 +427,7 @@
                         </xsl:attribute>
                         <xsl:text>More</xsl:text>
                       </a>
-                    <xsl:text> ...)</xsl:text>
+                    <xsl:text>)</xsl:text>
                   </xsl:if>
                 </xsl:if>
               </xsl:if>
@@ -616,7 +616,7 @@
                 </xsl:attribute>
                 <xsl:text>More</xsl:text>
               </a>
-            <xsl:text> ...)</xsl:text>
+            <xsl:text>)</xsl:text>
           </xsl:if>
         </div>
       </xsl:if>