Add an id attributes to the sect1 tags that does not have one already.
This fixes filenames like x31.html, which is generated in html-split mode, that somebody will end up linking to at some point.
This commit is contained in:
parent
3cdb8b5b09
commit
e111749acf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21460
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
</abstract>
|
||||
</articleinfo>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="problem">
|
||||
<title>The Problem</title>
|
||||
|
||||
<para>First, let's assume you have <link linkend="ipsec-install">
|
||||
|
@ -51,7 +51,7 @@
|
|||
But can you independently confirm it?</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="solution">
|
||||
<title>The Solution</title>
|
||||
|
||||
<para>First, some crypto-relevant info theory:</para>
|
||||
|
@ -107,7 +107,7 @@
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="experiment">
|
||||
<title>The Experiment</title>
|
||||
|
||||
<para>Here is the experiment:</para>
|
||||
|
|
Loading…
Reference in a new issue