Added a nice formatting of the issue comments.

This commit is contained in:
Loic d'Anterroches
2008-07-25 14:25:50 +02:00
parent 4eea3797b2
commit 2e711bee8d
2 changed files with 6 additions and 1 deletions

View File

@@ -116,4 +116,9 @@ class IDF_IssueComment extends Pluf_Model
$q->lock = 0;
$q->create();
}
}
function IDF_IssueComment_Filter($text)
{
return wordwrap($text, 80, "\n", true);
}