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

pounard’s picture

Hum 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.

pounard’s picture

Title: CVS commit message display should not be done in a <pre> tag » GIT commit display does not interpret newlines and messes up with some commit messages
dsquaredb’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing this issue since it has been inactive for quite a while. If the problem persists, this issue can be reopened.