diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-02 16:08:36 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:06 -0500 |
commit | 6d3908f590796ff3facb9245e2e0f4c67935cc0a (patch) | |
tree | e2b11693bf67cc87fb4f3dc664ecabd977197d9d /docs/xslt | |
parent | 7939683969440f60da8d5cefd5d5e21331e07bc4 (diff) | |
download | samba-6d3908f590796ff3facb9245e2e0f4c67935cc0a.tar.gz samba-6d3908f590796ff3facb9245e2e0f4c67935cc0a.tar.bz2 samba-6d3908f590796ff3facb9245e2e0f4c67935cc0a.zip |
Default to 100% sized images for HTML
(This used to be commit 0c55f95f6cda382b676634acf2a98a1299d51b85)
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 2832111fa5..e82f219cf4 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -277,7 +277,7 @@ </xsl:when> <xsl:otherwise> - <xsl:text>50</xsl:text> + <xsl:text>100</xsl:text> </xsl:otherwise> </xsl:choose> </xsl:attribute> |