Skip to content

Commit

Permalink
SAK-41976 Removed the taborder override from Site Info's Short Descri…
Browse files Browse the repository at this point in the history
  • Loading branch information
fostersdesign authored and Miguel Pellicer committed Aug 19, 2019
1 parent bb77aef commit c5767e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
</span>
</label>
<div class="col-sm-6">
<textarea name="short_description" id="short_description" tabindex="2" rows="2" cols="45" onkeyup="LimitText(this,80)">$validator.escapeHtmlTextarea($!short_description)</textarea>
<textarea name="short_description" id="short_description" rows="2" cols="45" onkeyup="LimitText(this,80)">$validator.escapeHtmlTextarea($!short_description)</textarea>
</div>
</div>
## Skin & Site Icon ##
Expand Down

0 comments on commit c5767e7

Please sign in to comment.