Browse Source

[svn r21894] erase two blank lines

Juan Carlos Raña 15 years ago
parent
commit
477fee3f61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/plugin/html2fpdf/fpdf.php

+ 1 - 1
main/plugin/html2fpdf/fpdf.php

@@ -280,7 +280,7 @@ function Error($msg)
 	border: 1px solid #FF0000;
 	color: #000;
 	background-color: #FFD1D1;
-	min-height: 30px;"><b>'.get_lang("ConvesionFailled").'</b></br>'.get_lang("FPDFerror").'</br></br></div>');
+	min-height: 30px;"><b>'.get_lang("ConvesionFailled").'</b></br>'.get_lang("FPDFerror").'</div>');
 	
 }