diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 11:52:45 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 11:53:55 +0200 |
commit | fd32752c5a78f9b3c0ebb57bc16dda9c06d00fb3 (patch) | |
tree | b8379afcb2eb671ae87efaae8d35d1a4048bf0fc /src | |
parent | 8ece9e8a6de8e0dd1d5ee0318884e9a4e131b026 (diff) |
Formatting
Diffstat (limited to 'src')
-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> |