[tor-commits] [tor-browser-spec/master] Fix charset and section issues.
mikeperry at torproject.org
mikeperry at torproject.org
Mon Apr 28 15:18:48 UTC 2014
commit 41a1fe7108de3341a09734e49e622e839f6e08b6
Author: Mike Perry <mikeperry-git at fscked.org>
Date: Mon Feb 25 13:32:33 2013 -0800
Fix charset and section issues.
---
docs/design/build.sh | 2 +-
docs/design/design.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/design/build.sh b/docs/design/build.sh
index 68809d5..5ffb650 100755
--- a/docs/design/build.sh
+++ b/docs/design/build.sh
@@ -1 +1 @@
-xsltproc --output index.html.en --stringparam section.autolabel.max.depth 2 --stringparam section.autolabel 1 /usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml-1_1/docbook.xsl design.xml
+xsltproc --output index.html.en -stringparam chunker.output.encoding UTF-8 --stringparam section.autolabel.max.depth 2 -stringparam section.label.includes.component.label 1 --stringparam section.autolabel 1 /usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl design.xml
diff --git a/docs/design/design.xml b/docs/design/design.xml
index db91456..6609661 100644
--- a/docs/design/design.xml
+++ b/docs/design/design.xml
@@ -2336,7 +2336,7 @@ occurring.
</para>
-<sect2 id="deprecate">
+<sect1 id="deprecate">
<title>Deprecation Wishlist</title>
<orderedlist>
<listitem>The Referer Header
@@ -2417,8 +2417,8 @@ permissions.
</para>
</listitem>
</orderedlist>
-</sect2>
-<sect2>
+</sect1>
+<sect1>
<title>Promising Standards</title>
<orderedlist>
<listitem><ulink url="http://web-send.org">Web-Send Introducer</ulink>
@@ -2445,6 +2445,6 @@ Web-Send is.
</para>
</listitem>
</orderedlist>
-</sect2>
+</sect1>
</appendix>
</article>
More information about the tor-commits
mailing list