File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 (max-age* 'news.css) 86400
2929 (max-age* 'custom.css) 86400
3030
31- ; non static file defops which will return custom (non html ) content-types
31+ ; non static file defops which will return custom (non HTML ) content-types
3232 op-ctypes* {
3333 rss "text/xml"
3434 rss-stories "text/xml"
6060; enable string interpolation just in this file
6161(declare 'atstrings t)
6262
63- ; Could add (html ) types like choice, yesno to profile fields. But not
63+ ; Could add (HTML ) types like choice, yesno to profile fields. But not
6464; as part of deftem, which is defstruct. Need another mac on top of
6565; deftem. Should not need the type specs in user-fields.
6666
21422142; Comment caching doesn't make generation of comments significantly
21432143; faster, but may speed up everything else by generating less garbage.
21442144
2145- ; It might solve the same problem more generally to make html code
2145+ ; It might solve the same problem more generally to make HTML code
21462146; more efficient.
21472147
21482148(= comment-cache* (table) comment-cache-timeout* (table) cc-window* 10000)
Original file line number Diff line number Diff line change @@ -394,9 +394,9 @@ Returns nil if no logged-in user."
394394; remove the /rs in individual cases below. Could do it in aform or
395395; even in the parsing of http requests, in the server.
396396
397- ; Need the calls to striptags so that news users can't get html
397+ ; Need the calls to striptags so that news users can't get HTML
398398; into a title or comment by editing it. If want a form that
399- ; can take html , just create another typ for it.
399+ ; can take HTML , just create another typ for it.
400400
401401(def readvar (typ str (o fail nil))
402402 (case (carif typ)
You can’t perform that action at this time.
0 commit comments