Merge pull request #3768 from CyberShadow/pull-20151024-051829

HTML fixes
This commit is contained in:
Walter Bright 2015-10-24 15:05:00 -07:00
commit cf22992cbb
19 changed files with 269 additions and 267 deletions

View file

@ -16,7 +16,7 @@
* POWER = $1<sup>$2</sup>
* BIGSUM = $(BIG &Sigma; <sup>$2</sup><sub>$(SMALL $1)</sub>)
* CHOOSE = $(BIG &#40;) <sup>$(SMALL $1)</sup><sub>$(SMALL $2)</sub> $(BIG &#41;)
* TABLE_SV = <table border=1 cellpadding=4 cellspacing=0>
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption>
* $0</table>
* SVH = $(TR $(TH $1) $(TH $2))

View file

@ -8,7 +8,7 @@
*
*
Macros:
* TABLE_SV = <table border=1 cellpadding=4 cellspacing=0>
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption>
* $0</table>
* SVH = $(TR $(TH $1) $(TH $2))