dcd85d5fd8
Accepted submit request 63980 from user mvyskocil OBS-URL: https://build.opensuse.org/request/show/63980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bsh2?expand=0&rev=12
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
Index: BeanShell-2.0b5/docs/faq/faq.xsl
|
|
===================================================================
|
|
--- BeanShell-2.0b5.orig/docs/faq/faq.xsl 2005-06-10 19:20:48.000000000 +0200
|
|
+++ BeanShell-2.0b5/docs/faq/faq.xsl 2011-03-11 10:22:15.465882372 +0100
|
|
@@ -18,7 +18,7 @@
|
|
<!--xsl:param name="imagedir"/-->
|
|
|
|
<!-- Output directives -->
|
|
-<xsl:output method="xhtml" indent="yes"/>
|
|
+<xsl:output method="html" indent="yes"/>
|
|
|
|
<!--
|
|
Root
|
|
Index: BeanShell-2.0b5/docs/manual/xsl/manual.xsl
|
|
===================================================================
|
|
--- BeanShell-2.0b5.orig/docs/manual/xsl/manual.xsl 2005-06-10 19:20:50.000000000 +0200
|
|
+++ BeanShell-2.0b5/docs/manual/xsl/manual.xsl 2011-03-11 10:29:22.272450854 +0100
|
|
@@ -1,6 +1,6 @@
|
|
<xsl:stylesheet
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
|
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
|
|
+ xmlns:redirect="http://xml.apache.org/xalan/redirect"
|
|
extension-element-prefixes="redirect"
|
|
>
|
|
|
|
@@ -29,7 +29,7 @@
|
|
<xsl:param name="pagesdir"/>
|
|
|
|
<!-- Output directives -->
|
|
-<xsl:output method="xhtml" indent="no"/>
|
|
+<xsl:output method="html" indent="no"/>
|
|
|
|
<!--
|
|
Root
|