1
[%# Note that error messages should generally be indented four spaces, like
2
# below, because when Bugzilla translates an error message into plain
3
# text, it takes four spaces off the beginning of the lines.
5
# Note also that I prefixed my error name with "example", the name of my
6
# extension, so that I wouldn't conflict with other error names in
7
# Bugzilla or other extensions.
9
[% IF error == "example_my_error" %]
10
[% title = "Example Error Title" %]
11
This is the error message! It contains <em>some html</em>.