Date: Fri, 15 Mar 2013 07:44:31 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r41217 - projects/xml-tools/share/xml Message-ID: <201303150744.r2F7iVvL021344@svn.freebsd.org>
index | next in thread | raw e-mail
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>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150744.r2F7iVvL021344>
