[Paulscriptsmods-checkin] warnban modx.prosilver.en.xsl,1.1,1.2
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-10-19 20:27:02
|
Update of /cvsroot/paulscriptsmods/warnban In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12073 Modified Files: modx.prosilver.en.xsl Log Message: updated stylesheet. Index: modx.prosilver.en.xsl =================================================================== RCS file: /cvsroot/paulscriptsmods/warnban/modx.prosilver.en.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modx.prosilver.en.xsl 11 May 2007 13:01:07 -0000 1.1 --- modx.prosilver.en.xsl 19 Oct 2007 20:27:04 -0000 1.2 *************** *** 1,9 **** ! <?xml version="1.0" encoding="UTF-8" ?> ! <!-- MODX by the phpBB MOD Team XSL file v1.0 copyright 2005-2007 the phpBB MOD Team. $Id$ --> <!DOCTYPE xsl:stylesheet[ <!ENTITY nbsp " "> ]> ! <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:mod="http://www.phpbb.com/mods/xml/modx-1.0.xsd"> <xsl:output method="html" omit-xml-declaration="no" indent="yes" /> <xsl:variable name="title" select="mod:mod/mod:header/mod:title" /> --- 1,9 ---- [...1074 lines suppressed...] </xsl:when> <xsl:otherwise> --- 1843,1849 ---- <br /> <xsl:call-template name="add-line-breaks"> <xsl:with-param name="string" select="substring-after($string, '
')" /> </xsl:call-template> + </xsl:when> <xsl:otherwise> *************** *** 1799,1801 **** </xsl:choose> </xsl:template> ! </xsl:stylesheet> --- 1852,1854 ---- </xsl:choose> </xsl:template> ! </xsl:stylesheet> \ No newline at end of file |