From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- .../docbook-xsl-1.76.1/params/html.append.xml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.append.xml (limited to 'src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.append.xml') diff --git a/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.append.xml b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.append.xml new file mode 100644 index 0000000..461e61b --- /dev/null +++ b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.append.xml @@ -0,0 +1,30 @@ + + +html.append +string + + +html.append +Specifies content to append to HTML output + + + + + + +Description + +Specifies content to append to the end of HTML files output by +the html/docbook.xsl stylesheet, after the +closing <html> tag. You probably don’t want to set any +value for this parameter; but if you do, the only value it should ever +be set to is a newline character: &#x0a; or +&#10; + + + -- cgit v1.2.3