#493321 No space between error title and error text in web frontend

#493321#5
Date:
2008-08-02 02:26:21 UTC
From:
To:
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,