diff options
-rw-r--r-- | src/templates/jargon.html.tmpl | 4 | ||||
-rw-r--r-- | src/templates/language.html.tmpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl index 776f639..d227cb8 100644 --- a/src/templates/jargon.html.tmpl +++ b/src/templates/jargon.html.tmpl @@ -20,9 +20,9 @@ highlighted. ` }} </p> - <hr/> + <hr /> <!-- TODO: Sort these jargon entires in alphabetical order according to - the users locale --> + the users locale --> <h2>{{ .T "General Terms" }}</h2> <dl> {{ template "jargon/dt" (tuple "au" (.T "AU — Almost Uncirculated")) }} diff --git a/src/templates/language.html.tmpl b/src/templates/language.html.tmpl index e664e09..ee66bf8 100644 --- a/src/templates/language.html.tmpl +++ b/src/templates/language.html.tmpl @@ -12,7 +12,7 @@ American English instead of British English. This will ensure that dates will be formatted with the month before the day. </p> - <hr/> + <hr /> <h2>{{ .T "Eurozone Languages" }}</h2> {{ template "langgrid" true }} <h2>{{ .T "Other Languages" }}</h2> |