diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index d06d90791..8be3a424b 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -1120,6 +1120,7 @@ EOF $sHtml .= ''; $sHtml .= ' '; + $sDefaultResolution = '27.7cm'; $aResolutionChoices = array( '100%' => Dict::S('UI:PrintResolution:FullSize'), '19cm' => Dict::S('UI:PrintResolution:A4Portrait'), @@ -1131,7 +1132,6 @@ EOF << EOF; - $sDefaultResolution = '27.7cm'; foreach ($aResolutionChoices as $sValue => $sText) { $sHtml .= ''; @@ -1139,7 +1139,7 @@ EOF; $sHtml .= ""; $sHtml .= ""; - $sHtml .= "
"; + $sHtml .= "
"; } // Render the revision number