Latex za izvoze: (IZVOZ-103): Resitev za Pdf izvoz vprasalnika ne deluje, ce blok vsebuje znak &

This commit is contained in:
patrik2020 2022-09-21 21:51:07 +02:00
parent 572d4083f9
commit 07044d86ce

View File

@ -259,8 +259,9 @@ class LatexSurveyElement{
$parents = Cache::srv_branching($spremenljivke['id'], 0)['parent']; $parents = Cache::srv_branching($spremenljivke['id'], 0)['parent'];
//echo "parents: ".$parents."</br>"; //echo "parents: ".$parents."</br>";
if($parents){ if($parents){
$tex .= $this->displayIf($parents); $tex .= $this->encodeText($this->displayIf($parents));
//echo "blok: ".$this->displayIf($parents)."</br>"; //$tex .= $this->displayIf($parents);
//echo "blok: ".$this->encodeText($this->displayIf($parents))."</br>";
$tex .= $this->texNewLine; $tex .= $this->texNewLine;
} }
#preuredil kodo, da zadeva deluje tako kot ta stara, ki se nahaja nad tem #preuredil kodo, da zadeva deluje tako kot ta stara, ki se nahaja nad tem