Skip to content

Commit

Permalink
Dev: Remove white-space in text-area
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Dec 20, 2016
1 parent 8a25591 commit ac78076
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -31,9 +31,7 @@ class="form-control textarea <?php echo $kpclass;?>"
rows="<?php echo $rows;?>"
<?php echo $maxlength;?>
onkeyup="<?php echo $checkconditionFunction; ?>"
>
<?php echo $dispVal;?>
</textarea>
><?php echo $dispVal;?></textarea>
<?php echo $suffix;?>
</div>
</div>
Expand Down

0 comments on commit ac78076

Please sign in to comment.