Edgewall Software
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 /> &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

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

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

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.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cmlenz. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.