<foo
id="bar"> ... changed to <foo id="bar"> ... Before people complain that "Hang on, now you can't find out what the allocated ID values are with a simple 'grep'" I'll say that's not a problem. I plan to introduce a target in the Makefile (probably something like 'handbook.id' which will automatically generate this list doing a proper SGML parse.
This commit is contained in:
parent
e27aad9d1f
commit
dd7b7abb9d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3683
4 changed files with 795 additions and 1557 deletions
en/handbook
en_US.ISO8859-1/books/handbook
en_US.ISO_8859-1/books/handbook
|
@ -549,3 +549,18 @@ for example,
|
|||
50. <abbrev> -> <acronym> in some cases.
|
||||
|
||||
51. Fixup erroneous or extraneous <para>...</para> elements.
|
||||
|
||||
52. <foo
|
||||
id="bar">
|
||||
...
|
||||
|
||||
changed to
|
||||
|
||||
<foo id="bar">
|
||||
...
|
||||
|
||||
Before people complain that "Hang on, now you can't find out what the
|
||||
allocated ID values are with a simple 'grep'" I'll say that's not a
|
||||
problem. I plan to introduce a target in the Makefile (probably
|
||||
something like 'handbook.id' which will automatically generate this
|
||||
list doing a proper SGML parse.
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue