diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 9428005..7125e64 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -228,7 +228,7 @@ function commit_changeset( $p_repo, $p_input, $p_branch='' ) { - $t_input = str_replace( array(PHP_EOL, '<', '>'), array('', '<', '>'), $p_input ); + $t_input = str_replace( array(PHP_EOL, '<', '>', ' '), array('', '<', '>', ' '), $p_input ); # Exract sections of commit data and changed files $t_input_p1 = strpos( $t_input, '
' );