Skip to content

Commit

Permalink
Fixed issue #11976: Relevance based on array-dual-scale not working p…
Browse files Browse the repository at this point in the history
…roperly

Dev: broken html broke javascript
  • Loading branch information
Shnoulle committed Dec 2, 2016
1 parent 431bf3d commit a8df59f
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -119,14 +119,14 @@


<input type="hidden" disabled="disabled" name="java<?php echo $ansrow['myfid0']; ?>"
id="java<?php echo $ansrow['myfid0']; ?>" value=""
<?php echo $ansrow['sessionfname0']; ?>
id="java<?php echo $ansrow['myfid0']; ?>"
value="<?php echo $ansrow['sessionfname0']; ?>"
/>

<?php if (count($labelans1) > 0): ?>
<input type="hidden" disabled="disabled" name="java<?php echo $ansrow['myfid1']; ?>"
id="java<?php echo $ansrow['myfid1']; ?>" value=""
<?php echo $ansrow['sessionfname1']; ?>
id="java<?php echo $ansrow['myfid1']; ?>"
value="<?php echo $ansrow['sessionfname1']; ?>"
/>
<?php endif; ?>

Expand Down

0 comments on commit a8df59f

Please sign in to comment.