Kaydet (Commit) ecb84f8e authored tarafından Fred Drake's avatar Fred Drake

Don't insert extra indentation before <title> elements.

üst bffd683f
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
subsubsection subsubsection* subsubsection subsubsection*
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<attribute name="numbered">no</attribute> <attribute name="numbered">no</attribute>
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
subsubsection subsubsection* subsubsection subsubsection*
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<attribute name="numbered">no</attribute> <attribute name="numbered">no</attribute>
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
closes="subsection subsection* subsubsection subsubsection* closes="subsection subsection* subsubsection subsubsection*
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<attribute name="numbered">no</attribute> <attribute name="numbered">no</attribute>
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
closes="subsubsection subsubsection* closes="subsubsection subsubsection*
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
paragraph paragraph* subparagraph subparagraph*"> paragraph paragraph* subparagraph subparagraph*">
<attribute name="numbered">no</attribute> <attribute name="numbered">no</attribute>
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<macro name="paragraph" <macro name="paragraph"
closes="paragraph paragraph* subparagraph subparagraph*"> closes="paragraph paragraph* subparagraph subparagraph*">
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
closes="paragraph paragraph* subparagraph subparagraph*"> closes="paragraph paragraph* subparagraph subparagraph*">
<attribute name="numbered">no</attribute> <attribute name="numbered">no</attribute>
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
<macro name="subparagraph" <macro name="subparagraph"
closes="subparagraph subparagraph*"> closes="subparagraph subparagraph*">
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
closes="subparagraph subparagraph*"> closes="subparagraph subparagraph*">
<attribute name="numbered">no</attribute> <attribute name="numbered">no</attribute>
<text> <text>
</text> </text>
<child name="title"/> <child name="title"/>
<content implied="yes"/> <content implied="yes"/>
</macro> </macro>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment