Documentation Source Text

Check-in [d118188bb0]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Undo a change made accidentally to docs.html.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental
Files: files | file ages | folders
SHA1: d118188bb09246ccea5e32ccdf861462828428a0
User & Date: dan 2016-08-15 19:01:17.434
Context
2016-08-15
20:16
Add new documents category - "Extensions". (check-in: d9b961a79a user: dan tags: experimental)
19:01
Undo a change made accidentally to docs.html. (check-in: d118188bb0 user: dan tags: experimental)
18:43
Fix layout issues in footer. Restrict footer to the front page only (not every page). (check-in: 5abf48cdb6 user: dan tags: experimental)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/docs.in.
41
42
43
44
45
46
47
48
49
50
51
52
53
  hd_puts "<b><a name=$tag></a>$text</b>"
  if {$caption ne ""} {
    hd_puts {<br />}
    hd_puts "$caption"
  }
}

hd_puts "<table>"
source [file join $::DOC pages docsdata.tcl]
hd_puts "</table>"

</tcl>
</table>







|





41
42
43
44
45
46
47
48
49
50
51
52
53
  hd_puts "<b><a name=$tag></a>$text</b>"
  if {$caption ne ""} {
    hd_puts {<br />}
    hd_puts "$caption"
  }
}

hd_puts "<table width=100% cellpadding=5>"
source [file join $::DOC pages docsdata.tcl]
hd_puts "</table>"

</tcl>
</table>