From 278c45c19e705f70457912e772468bf154c0fa6c Mon Sep 17 00:00:00 2001 From: patrik2020 Date: Thu, 18 Feb 2021 12:46:18 +0100 Subject: [PATCH] Latex za izvoze: preureditev izpisa ; namesto &, ko je zraven se presledek --- admin/survey/export/latexclasses/class.LatexSurveyElement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/survey/export/latexclasses/class.LatexSurveyElement.php b/admin/survey/export/latexclasses/class.LatexSurveyElement.php index f8891aabf..7dea1e3b3 100644 --- a/admin/survey/export/latexclasses/class.LatexSurveyElement.php +++ b/admin/survey/export/latexclasses/class.LatexSurveyElement.php @@ -804,7 +804,7 @@ class LatexSurveyElement{ //echo "vre_id: ".$vre_id."
"; //echo "ime spremenljivke ".$this->variableName."
"; - $text = htmlspecialchars_decode($text); //vse html special chars kot je & spremeni v ustrezne simbole (npr. &=>&) + $text = htmlspecialchars_decode($text); //vse html special chars kot je & spremeni v ustrezne simbole (npr. &=>&) //resevanje razbirajanja predolgih neprekinjenih besed in URL - spremenljivke za kasnejsi prilagojen izpis //$numOfWords = str_word_count($text, 0);