Latex za izvoze: IZVOZ-48: ureditev izvoza analiz: krajsanje besedila nad 400 znaki

This commit is contained in:
patrik2020 2020-09-02 11:08:15 +02:00
parent 95e877ef9d
commit 8533d4c2d8

View File

@ -1144,7 +1144,8 @@ class LatexAnalysisElement{
$text[] = ''; $text[] = '';
$addText = (($options['isTextAnswer'] == false && (string)$vkey != $vAnswer['text']) ? ' ('.$vAnswer['text'] .')' : ''); $addText = (($options['isTextAnswer'] == false && (string)$vkey != $vAnswer['text']) ? ' ('.$vAnswer['text'] .')' : '');
$text[] = $this->encodeText(' '.$vkey.$addText); //$text[] = $this->encodeText(' '.$vkey.$addText);
$text[] = $this->snippet($this->encodeText(' '.$vkey.$addText), 400);
$text[] = (int)$vAnswer['cnt']; $text[] = (int)$vAnswer['cnt'];