svn commit: r41217 - projects/xml-tools/share/xml
Gabor Kovesdan
gabor at FreeBSD.org
Fri Mar 15 07:44:32 UTC 2013
Author: gabor
Date: Fri Mar 15 07:44:31 2013
New Revision: 41217
URL: http://svnweb.freebsd.org/changeset/doc/41217
Log:
- Do not use line break in assert text since it will also break the text when
printed out
Modified:
projects/xml-tools/share/xml/freebsd.sch
Modified: projects/xml-tools/share/xml/freebsd.sch
==============================================================================
--- projects/xml-tools/share/xml/freebsd.sch Thu Mar 14 22:08:30 2013 (r41216)
+++ projects/xml-tools/share/xml/freebsd.sch Fri Mar 15 07:44:31 2013 (r41217)
@@ -11,12 +11,9 @@
<pattern name="Check callout validity">
<rule context="/">
- <assert test="//screenco">Callouts with screenco are not supported;
- use screen and co instead.</assert>
- <assert test="//programlistingco">Callouts with programlistingco
- are not supported; use programlisting and co instead.</assert>
- <assert test="//graphicco">Callouts on
- graphics are not supported.</assert>
+ <assert test="//screenco">Callouts with screenco are not supported; use screen and co instead.</assert>
+ <assert test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</assert>
+ <assert test="//graphicco">Callouts on graphics are not supported.</assert>
</rule>
</pattern>
</schema>
More information about the svn-doc-projects
mailing list