- Removed the <PRE></PRE>-tags from cvs.module to make the CVS log
messages wrap nicely on all browsers. (requested by Steven)3-00
parent
3e4454bd9b
commit
9519515520
|
@ -25,11 +25,11 @@ function cvs_page() {
|
|||
$output .= "<b>File:</b> $cvs->files<br />";
|
||||
$output .= "<b>Date:</b> ". format_date($cvs->timestamp) ."<br />";
|
||||
$output .= "<b>User:</b> $cvs->user<br />";
|
||||
$output .= "\n". htmlentities($cvs->message) ."<hr />";
|
||||
$output .= "\n". nl2br(htmlentities($cvs->message)) ."<hr />";
|
||||
}
|
||||
|
||||
$theme->header();
|
||||
$theme->box("CVS commit messages", "<pre>$output</pre>");
|
||||
$theme->box("CVS commit messages", "<div style=\"font-family: monospace;\">$output</div>");
|
||||
$theme->footer();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue