Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#745 closed defect (fixed)

changeset silenty removes empty lines

Reported by: johan@… 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 /> &nbsp; &nbsp; &nbsp; &nbsp; * 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 daniel, 20 years ago

Milestone: 0.8

comment:2 by Christopher Lenz, 20 years ago

Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

I need to check whether this is still the case in trunk.

comment:3 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: assignedclosed

Verified that this is fixed in trunk (and thus 0.8). Every line is put in its own table cell.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.