Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix broken links in capi3ref.html. CVSTrac ticket #2785. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
32573eb907ac4faea29a91677a69cd66 |
User & Date: | drh 2007-11-22 00:43:45.000 |
Context
2007-11-27
| ||
17:43 | Website pages for the 3.5.3 release. (check-in: d68f010610 user: drh tags: trunk) | |
2007-11-22
| ||
00:43 | Fix broken links in capi3ref.html. CVSTrac ticket #2785. (check-in: 32573eb907 user: drh tags: trunk) | |
2007-11-21
| ||
14:00 | Fix broken links in the SQL Syntax document. CVSTrac ticket #2783. (check-in: 4f5adc7af2 user: drh tags: trunk) | |
Changes
Changes to pages/capi3ref.in.
︙ | ︙ | |||
108 109 110 111 112 113 114 | for {set j $start} {$j<$end} {incr j} { set entry [lindex $lx $j] if {$entry!=""} { foreach {link label} $entry break if {$multi} { set link $keyword_to_file($link) } else { | | | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | for {set j $start} {$j<$end} {incr j} { set entry [lindex $lx $j] if {$entry!=""} { foreach {link label} $entry break if {$multi} { set link $keyword_to_file($link) } else { set link "#$link" } puts "<li><a href=\"$link\">$label</a></li>" } } puts {</ul></td>} } puts {</tr></table>} |
︙ | ︙ |