Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Correct typo in documentation |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
aad384d5d17fd21c4a7630c9bc477931 |
| User & Date: | andygoth 2017-09-20 20:15:26.852 |
Context
|
2017-09-21
| ||
| 00:56 | Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid check-in: b20f6cbaf4 user: andygoth tags: trunk | |
|
2017-09-20
| ||
| 20:15 | Correct typo in documentation check-in: aad384d5d1 user: andygoth tags: trunk | |
| 15:47 | Update the built-in SQLite to the latest 3.21.0 alpha. check-in: edba9d332b user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
2450 2451 2452 2453 2454 2455 2456 | @ The RHS entries must be built-in webpage names. @ <li><p> @ The alias table is only checked if no built-in webpage matches the incoming URL. @ Hence, it is not possible to override a built-in webpage using aliases. This is @ by design. @ </ul> @ | | | 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 | @ The RHS entries must be built-in webpage names. @ <li><p> @ The alias table is only checked if no built-in webpage matches the incoming URL. @ Hence, it is not possible to override a built-in webpage using aliases. This is @ by design. @ </ul> @ @ <p>To delete an entry from the alias table, change its name or value to an @ empty string and press "Apply Changes". @ @ <p>To add a new alias, fill in the name and value in the bottom row of the table @ above and press "Apply Changes". style_footer(); } |