Fixed to avoid lines being too long.

svn
Loic d'Anterroches 2008-08-03 10:09:03 +02:00
parent 54d3783173
commit e6df530624
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class IDF_Template_IssueComment extends Pluf_Template_Tag
{
$this->project = $project;
$this->git = new IDF_Git(Pluf::f('git_repository'));
$text = wordwrap($text, 80, "\n", true);
$text = wordwrap($text, 69, "\n", true);
$text = Pluf_esc($text);
$text = ereg_replace('[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]',
'<a href="\\0" rel="nofollow">\\0</a>',