1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/sources/application/views/admin/responses/browseidrow_view.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>