[Mapbender-commits] r7730 - trunk/mapbender/http/print/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 31 10:20:25 EDT 2011


Author: mh
Date: 2011-03-31 07:20:25 -0700 (Thu, 31 Mar 2011)
New Revision: 7730

Modified:
   trunk/mapbender/http/print/classes/mbParagraphDecorator.php
Log:
set utf8_decode for comments 

Modified: trunk/mapbender/http/print/classes/mbParagraphDecorator.php
===================================================================
--- trunk/mapbender/http/print/classes/mbParagraphDecorator.php	2011-03-31 14:19:10 UTC (rev 7729)
+++ trunk/mapbender/http/print/classes/mbParagraphDecorator.php	2011-03-31 14:20:25 UTC (rev 7730)
@@ -1,4 +1,4 @@
-<?php
+<?php
 
 class mbParagraphDecorator extends mbTemplatePdfDecorator {
 
@@ -50,8 +50,6 @@
 		$this->pdf->objPdf->setFont($this->conf->font_family, "", $this->conf->font_size);
 		$this->pdf->objPdf->Cell($this->conf->width, $this->conf->height, utf8_decode($this->value), $this->conf->border, 0, $this->conf->align, $this->conf->fill);
 	}
-	
-
 }
 
 ?>
\ No newline at end of file



More information about the Mapbender_commits mailing list