mirror of
https://github.com/dlang/phobos.git
synced 2025-05-08 03:56:54 +03:00
Merge pull request #3768 from CyberShadow/pull-20151024-051829
HTML fixes
This commit is contained in:
commit
cf22992cbb
19 changed files with 269 additions and 267 deletions
|
@ -16,7 +16,7 @@
|
|||
* POWER = $1<sup>$2</sup>
|
||||
* BIGSUM = $(BIG Σ <sup>$2</sup><sub>$(SMALL $1)</sub>)
|
||||
* CHOOSE = $(BIG () <sup>$(SMALL $1)</sup><sub>$(SMALL $2)</sub> $(BIG ))
|
||||
* 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))
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue