1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix typos in documentation. Ticket #1239. (CVS 2671)

FossilOrigin-Name: 73fbb8d9689fecec18c36814e4358e691bcd647e
This commit is contained in:
drh
2005-09-08 11:04:57 +00:00
parent 3224b32b00
commit 2af6742d86
4 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# This script generates the "docs.html" page that describes various
# sources of documentation available for SQLite.
#
set rcsid {$Id: docs.tcl,v 1.12 2005/08/31 03:13:12 drh Exp $}
set rcsid {$Id: docs.tcl,v 1.13 2005/09/08 11:04:57 drh Exp $}
source common.tcl
header {SQLite Documentation}
puts {
@ -14,7 +14,7 @@ proc doc {name url desc} {
regsub -all { +} $name {\ } name
puts "<a href=\"$url\">$name</a></td>"
puts {<td width="10"></td>}
puts {<td align="top" align="left">}
puts {<td valign="top" align="left">}
puts $desc
puts {</td></tr>}
}