svn commit: samba-docs r266 - in trunk/xslt: .

jelmer at samba.org jelmer at samba.org
Tue Nov 2 16:08:37 GMT 2004


Author: jelmer
Date: 2004-11-02 16:08:36 +0000 (Tue, 02 Nov 2004)
New Revision: 266

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=266

Log:
Default to 100% sized images for HTML

Modified:
   trunk/xslt/expand-sambadoc.xsl


Changeset:
Modified: trunk/xslt/expand-sambadoc.xsl
===================================================================
--- trunk/xslt/expand-sambadoc.xsl	2004-11-02 16:00:35 UTC (rev 265)
+++ trunk/xslt/expand-sambadoc.xsl	2004-11-02 16:08:36 UTC (rev 266)
@@ -277,7 +277,7 @@
 								</xsl:when>
 
 								<xsl:otherwise>
-									<xsl:text>50</xsl:text>
+									<xsl:text>100</xsl:text>
 								</xsl:otherwise>
 							</xsl:choose>
 						</xsl:attribute>



More information about the samba-cvs mailing list