Modify ↓
#745 closed defect (fixed)
changeset silenty removes empty lines
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | version control/changeset view | Version: | 0.7.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
A diff like this:
--- flumotion/trunk/ChangeLog (revision 400) +++ flumotion/trunk/ChangeLog (revision 401) @@ -1,3 +1,7 @@ +2004-09-03 Johan Dahlin <johan@gnome.org> + + * flumotion/server/controller.py: Make user interface work again + 2004-09-02 Johan Dahlin <johan@gnome.org> * flumotion/gui/admininterface.py (AdminInterface): Use debugging
is rendered like this:
<td class="add-right">2004-09-03 Johan Dahlin <johan@gnome.org> <br /> <br /> * flumotion/server/controller.py: Make user interface work again <br /> </td>
Which seems to be correct, however the last <br/> is not rendered at all by mozilla (firefox 0.9.1)
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
Milestone: | → 0.8 |
---|
comment:2 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Verified that this is fixed in trunk (and thus 0.8). Every line is put in its own table cell.
Note:
See TracTickets
for help on using tickets.
I need to check whether this is still the case in trunk.