Author: ben
Date: 2007-11-15 14:49:51 -0800 (Thu, 15 Nov 2007)
New Revision: 7299
Modified:
openlaszlo/trunk/docs/src/xsl/common-html.xsl
Log:
Change 20071115-ben-4 by [EMAIL PROTECTED] on 2007-11-15 14:47:34 PST
in /Users/ben/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Turn off debugging information in live examples in documentation
Technical Reviewer: none
Documentation:
This change turns off the six lines of debugging information printed
below each live example in the reference and developer's guide.
Tests:
Go to a page in the reference, for instance,
http://localhost:8080/trunk/docs/reference/tag.attribute.html
Note that the live example ends with the edit button. It
does not have debugging info like this:
localdir: docs/
basedir: /Users/ben/src/svn/openlaszlo/trunk/docs/
appended to the example frame.
Modified: openlaszlo/trunk/docs/src/xsl/common-html.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/common-html.xsl 2007-11-15 22:44:40 UTC
(rev 7298)
+++ openlaszlo/trunk/docs/src/xsl/common-html.xsl 2007-11-15 22:49:51 UTC
(rev 7299)
@@ -45,7 +45,7 @@
<xsl:param name="warn.no.programlisting.canvas.width" select="false()"/>
- <xsl:param name="show.examples.debuginfo" select="true()" />
+ <xsl:param name="show.examples.debuginfo" select="false()" />
<xsl:template name="base.book.name">
<xsl:choose>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins