Add a missing space to license WhatChanged
This commit is contained in:
committed by
WineHQ
parent
3a5873857b
commit
625a8e2842
@@ -200,7 +200,7 @@ class Version {
|
||||
$this->sLicense, $this->iVersionId))
|
||||
return FALSE;
|
||||
|
||||
$sWhatChanged .= "License was changed from $oVersion->sLicense to".
|
||||
$sWhatChanged .= "License was changed from $oVersion->sLicense to ".
|
||||
"$this->sLicense.\n\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user