Added a nice formatting of the issue comments.
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user