Modify ↓
Ticket #745 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
changeset silenty removes empty lines
| Reported by: | johan@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | version control/changeset view | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 0.8
comment:2 Changed 8 years ago by cmlenz
- Owner changed from jonas to cmlenz
- Status changed from new to assigned
comment:3 Changed 8 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to 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.