freebsd.sch: fix tyop in error message
This commit is contained in:
parent
ec63bce902
commit
202f853924
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51853
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
<pattern name="Check titles">
|
<pattern name="Check titles">
|
||||||
<rule context="//db:book|//db:article|//db:chapter|//db:section|//db:sect1|//db:sect2|//db:sect3|//db:sect4|//db:sect5">
|
<rule context="//db:book|//db:article|//db:chapter|//db:section|//db:sect1|//db:sect2|//db:sect3|//db:sect4|//db:sect5">
|
||||||
<assert test="db:title or db:info/db:title">There must be a title either in the the doc component (<xsl:value-of select="@xml:id"/>) or in the info element.</assert>
|
<assert test="db:title or db:info/db:title">There must be a title either in the doc component (<xsl:value-of select="@xml:id"/>) or in the info element.</assert>
|
||||||
<report test="db:title and db:info/db:title">There must be exactly one title for a doc component (<xsl:value-of select="@xml:id"/>).</report>
|
<report test="db:title and db:info/db:title">There must be exactly one title for a doc component (<xsl:value-of select="@xml:id"/>).</report>
|
||||||
</rule>
|
</rule>
|
||||||
</pattern>
|
</pattern>
|
||||||
|
|
Loading…
Reference in a new issue