Improve the word list markup with brackets instead of CDATA, and add a
non-breaking space to the Ports Collection example.
This commit is contained in:
parent
bf1c404ec6
commit
a6e2657fd1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41999
1 changed files with 4 additions and 3 deletions
|
@ -496,12 +496,12 @@ GB. Hardware compression …</literallayout>
|
|||
<tbody>
|
||||
<row>
|
||||
<entry>CD-ROM</entry>
|
||||
<entry><literal><![CDATA[<acronym>CD-ROM</acronym>]]></literal></entry>
|
||||
<entry><literal><acronym>CD-ROM</acronym></literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>DoS (Denial of Service)</entry>
|
||||
<entry><literal><![CDATA[<acronym>DoS</acronym>]]></literal></entry>
|
||||
<entry><literal><acronym>DoS</acronym></literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
@ -534,6 +534,7 @@ GB. Hardware compression …</literallayout>
|
|||
|
||||
<row>
|
||||
<entry>Ports Collection</entry>
|
||||
<entry>Ports&nbsp;Collection</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
@ -546,7 +547,7 @@ GB. Hardware compression …</literallayout>
|
|||
|
||||
<row>
|
||||
<entry>&unix;</entry>
|
||||
<entry><literal><![CDATA[&unix;]]></literal></entry>
|
||||
<entry><literal>&unix;</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue