Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes missing list items on opt-in confirmation page #903

Closed
wants to merge 5 commits into from

Conversation

razorness
Copy link

@razorness razorness commented Aug 12, 2022

additional changes:

  • Extend .gitignore for windows and JetBrains IDE.
  • Fixed typo in german translation.
  • Dont force to doctype to be <!doctype html>.
  • Added template function safe to escape conditional comments like <!--[if mso]>. Better solution would be to use html/template instead of template/template .

@razorness razorness closed this Aug 12, 2022
@razorness razorness reopened this Aug 12, 2022
@@ -586,6 +586,9 @@ func initNotifTemplates(path string, fs stuffbin.FileSystem, i *i18n.I18n, cs *c
"L": func() *i18n.I18n {
return i
},
"safe": func(s string) template.HTML {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename this to Safe (uppercase S) to be consistent with the other exported functions.

@knadh knadh closed this in edb4c91 Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants