Author: gjb (doc,ports committer) Date: Thu Oct 18 22:19:00 2012 New Revision: 241707 URL: http://svn.freebsd.org/changeset/base/241707
Log: Close colspec tags to conform to XML standards. This commit should fix more 8-STABLE release build problems. This is a direct commit to stable/8. Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml Thu Oct 18 22:18:11 2012 (r241706) +++ stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml Thu Oct 18 22:19:00 2012 (r241707) @@ -134,9 +134,9 @@ <informaltable frame="none" pgwide="1"> <tgroup cols="3"> - <colspec colwidth="1*"> - <colspec colwidth="1*"> - <colspec colwidth="3*"> + <colspec colwidth="1*"/> + <colspec colwidth="1*"/> + <colspec colwidth="3*"/> <thead> <row> <entry>Advisory</entry> Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Thu Oct 18 22:18:11 2012 (r241706) +++ stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Thu Oct 18 22:19:00 2012 (r241707) @@ -120,9 +120,9 @@ <informaltable frame="none" pgwide="1"> <tgroup cols="3"> - <colspec colwidth="1*"> - <colspec colwidth="1*"> - <colspec colwidth="3*"> + <colspec colwidth="1*"/> + <colspec colwidth="1*"/> + <colspec colwidth="3*"/> <thead> <row> <entry>Advisory</entry> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"