When using the web frontend and an error is displayed, the "Description:"
for that error is printed "hard" against the text. For example, displaying
the following template:
Template: foo/error
Type: error
_Description: Not enough foo
You did not specify enough foo.
results in:
[...]
<b>Not enough foo</b>You did not specify enough foo<p>
[...]
which looks like:
[...]
Not enough fooYou didn not specify enough foo.
[...] ^^^
|
ie. without a space here.
Patch attached.
Regards,