Skip to content

Commit b482707

Browse files
authored
Merge pull request #232 from jbampton/fix-spelling
Fix spelling / word case of HTML
2 parents 8030819 + 2025b49 commit b482707

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/news/news.arc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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"
@@ -60,7 +60,7 @@
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

@@ -2142,7 +2142,7 @@
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)

lib/app.arc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)