Bug: Strange word wrapping before "=" variable
When text enclosed in "=" does not fit into the current line, a line break is rendered before the word preceding that text, rather then before that text.
Test case
See this
topic. Make the window so wide that the first paragraph is forced to wrap on
templates/Sandbox/view.tmpl. You will see that the line break is inserted before the word "file". Now make the window slightly larger. You will see that "file" would easily fit on the line before, but it is rendered after the line break in spite of that. (Curiously enough, this does not happen on this topic.)
Environment
--
ThomasWeigert - 30 Jan 2005
Follow up
This looks odd, yes. It is an Internet Explorer specific defect. The generated
HTML code is:
...a template file <code>/templates/Sandbox/view.tmpl</code>, this view template...
which is valid
HTML and renders correctly in Mozilla.
--
PeterThoeny - 30 Jan 2005
Fix record