diff --git a/public_html/deployment/classes/project_gui.class.php b/public_html/deployment/classes/project_gui.class.php index d8d8ba6df319f978f8185f81054c4ec73cb20f9c..f341d9bc1e924b966eb18f84ceb1bd7946bc136d 100644 --- a/public_html/deployment/classes/project_gui.class.php +++ b/public_html/deployment/classes/project_gui.class.php @@ -224,7 +224,7 @@ class projectgui extends project { * @return string */ public function transformCommitMessage($sMessage){ - if(strstr($sMessage, '<br>Author:')){ + if(strstr($sMessage, '<br>Date:')){ $_aReplace=[ '<br>Author:' => "\nAuthor:", '<br>Date:' => "\nDate:",