Skip to content

Commit

Permalink
Dev: whistle …
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Mar 29, 2018
1 parent 2f66749 commit 3c2631d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
<?php eT("Default value:")?>
</label>
<div class="col-sm-12">
<?php echo "<pre>«".htmlspecialchars($langopts[$language][$questionrow['type']][0])."»</pre>"; ?>
<textarea <?php echo $hasUpdatePermission; ?> cols='50' name='defaultanswerscale_<?php echo "0_{$language}_0" ?>'
id='defaultanswerscale_<?php echo "0_{$language}_0" ?>'><?php
echo htmlspecialchars($langopts[$language][$questionrow['type']][0]); ?></textarea>
Expand Down

0 comments on commit 3c2631d

Please sign in to comment.