Closed (fixed)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 11:05 UTC
Updated:
17 Apr 2014 at 20:32 UTC
Jump to comment: Most recent
When displaying a project's CVS messages, CVS commit messages are displayed in a <pre> tag. This has the annoying effect that when we display a very long commit one-line message, it goes right off the screen, and even worst it displays itself below the right sidebar.
Using a simple <div> tag with a specific CSS class to apply the same CSS properties than the <pre> tag should be better.
Comments
Comment #1
pounardHum I don't know why did I receive a mail notification about this issue?
Anyway, this is still a problem with git commit messages, newlines are not being displayed in the project commit list, it should be at least passed into nl2br() or something.
Comment #2
pounardComment #3
dsquaredb commentedClosing this issue since it has been inactive for quite a while. If the problem persists, this issue can be reopened.