From e6df5306244529ecf421607dfa953b99873676a0 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sun, 3 Aug 2008 10:09:03 +0200 Subject: [PATCH] Fixed to avoid lines being too long. --- src/IDF/Template/IssueComment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Template/IssueComment.php b/src/IDF/Template/IssueComment.php index b9608ba..6b1e89b 100644 --- a/src/IDF/Template/IssueComment.php +++ b/src/IDF/Template/IssueComment.php @@ -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:]/]', '\\0',