Merged in mcuiza/processmaker/PM_1491 (pull request #1413)

PM-1491 (0016407: Increase Indent not working in Output Document)
This commit is contained in:
Julio Cesar Laura Avendaño
2015-02-10 13:35:46 -04:00

View File

@@ -784,6 +784,8 @@ class OutputDocument extends BaseOutputDocument
$sContent = str_ireplace("</font>", "</span>", $sContent);
$sContent = str_replace($nrthtml, $nrt, $sContent);
$sContent = str_replace("margin-left", "text-indent", $sContent);
// define Save file
$sOutput = 2;