Merge branch 'master' of bitbucket.org:colosa/processmaker into LISTS

This commit is contained in:
Brayan Pereyra
2015-02-11 09:02:02 -04:00
13 changed files with 529 additions and 413 deletions

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;