Page 1 of 1

In the print version of listing the code show

PostPosted: 25 Jun 2015, 06:03
by mhmdup
Dear

In the print version of listing the code show

You can check :
http://re-free.monoray.net/property/19?printable=1


Regards

Re: In the print version of listing the code show

PostPosted: 25 Jun 2015, 11:17
by andipas
The file - themes/classic/views/modules/apartments/views/view_print.php

Change the code
Code: Select all
echo '<strong>' tt('Description''apartments') . '</strong>: ' CHtml::encode($model->getStrByLang('description'));
 


to
Code: Select all
echo '<strong>' tt('Description''apartments') . '</strong>: ' purify($model->getStrByLang('description'));