Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
123ddf6cefdd2a141faf9f774d271376 |
User & Date: | drh 2018-05-08 01:12:39.944 |
Context
2018-05-21
| ||
15:25 | Add the filelist.tcl example script. (check-in: fba858d541 user: drh tags: trunk) | |
2018-05-08
| ||
01:12 | Fix a typo in the documentation. (check-in: 123ddf6cef user: drh tags: trunk) | |
2018-05-01
| ||
21:03 | Add a "package require Tcl 8.6", suggested by AKU. (check-in: 9ca390e69f user: drh tags: trunk) | |
Changes
Changes to docs/commands.md.
︙ | ︙ | |||
38 39 40 41 42 43 44 | JSON string literal, respectively. + **wapp-trim** _TEXT_ Just like wapp-subst, this routine appends _TEXT_ to the web page under construction, using the %html, %url, %qp, %string, and %unsafe substitutions. The difference is that this routine also removes surplus whitespace from the left margin, so that if the _TEXT_ | | | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | JSON string literal, respectively. + **wapp-trim** _TEXT_ Just like wapp-subst, this routine appends _TEXT_ to the web page under construction, using the %html, %url, %qp, %string, and %unsafe substitutions. The difference is that this routine also removes surplus whitespace from the left margin, so that if the _TEXT_ argument is indented in the source script, it will appear at the left margin in the generated output. + **wapp-param** _NAME_ _DEFAULT_ Return the value of the [Wapp parameter](params.md) _NAME_, or return _DEFAULT_ if there is no such query parameter or environment variable. If _DEFAULT_ is omitted, then it is an empty string. |
︙ | ︙ |