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 28
28
(max-age* 'news.css) 86400
29
29
(max-age* 'custom.css) 86400
30
30
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
32
32
op-ctypes* {
33
33
rss "text/xml"
34
34
rss-stories "text/xml"
60
60
; enable string interpolation just in this file
61
61
(declare 'atstrings t)
62
62
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
64
64
; as part of deftem, which is defstruct. Need another mac on top of
65
65
; deftem. Should not need the type specs in user-fields.
66
66
2142
2142
; Comment caching doesn't make generation of comments significantly
2143
2143
; faster, but may speed up everything else by generating less garbage.
2144
2144
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
2146
2146
; more efficient.
2147
2147
2148
2148
(= 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."
394
394
; remove the /rs in individual cases below. Could do it in aform or
395
395
; even in the parsing of http requests, in the server.
396
396
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
398
398
; 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.
400
400
401
401
(def readvar (typ str (o fail nil))
402
402
(case (carif typ)
You can’t perform that action at this time.
0 commit comments