mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
10 lines
327 B
PHP
10 lines
327 B
PHP
<tr <?php echo $inserthighlight; ?>>
|
|
<th>
|
|
<?php if(isset($fnames[$i]['code'])){ ?>
|
|
[<strong class="qcode"><?php echo $fnames[$i]['code']; ?></strong>]
|
|
<?php }?>
|
|
<?php echo strip_tags(stripJavaScript($fnames[$i][1])); ?></th>
|
|
<td>
|
|
<?php echo $answervalue; ?>
|
|
</td>
|
|
</tr>
|