Author: paul
Date: 2006-11-16 22:44:34 +0100 (Thu, 16 Nov 2006)
New Revision: 3962
Log:
r12151@frost: paul | 2006-11-16 15:42:46 -0600
Disable parameter that causes emission of the evil style="clear: both"
attribute.
Modified:
trunk/make.d/xml-html-web
trunk/make.d/xml-html-web-single
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15744
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12139
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15744
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12151
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
Modified: trunk/make.d/xml-html-web
===================================================================
--- trunk/make.d/xml-html-web 2006-11-16 21:43:48 UTC (rev 3961)
+++ trunk/make.d/xml-html-web 2006-11-16 21:44:34 UTC (rev 3962)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 443 bytes
@@ -13,6 +13,7 @@
$(XSLTPROC) \
--stringparam l10n.gentext.default.language $(DOC_LANG) \
--stringparam document.name.stem $* \
+ --param css.decoration 0 \
--output $@-tmp/ \
$(MYSQL_HTML_WEB_XSL) \
$<
Modified: trunk/make.d/xml-html-web-single
===================================================================
--- trunk/make.d/xml-html-web-single 2006-11-16 21:43:48 UTC (rev 3961)
+++ trunk/make.d/xml-html-web-single 2006-11-16 21:44:34 UTC (rev 3962)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 478 bytes
@@ -13,6 +13,7 @@
$(XSLTPROC) \
--stringparam l10n.gentext.default.language $(DOC_LANG) \
--stringparam document.name.stem $* \
+ --param css.decoration 0 \
--output $@-tmp/$*.html \
$(MYSQL_HTML_WEB_SINGLE_XSL) \
$<
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3962 - in trunk: . make.d | paul | 16 Nov |