Skip to content

Commit

Permalink
Less ambiguous symbol for <pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed May 22, 2017
1 parent 448a172 commit 1fdc635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/views/admin/edit_post.dust
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="dropdown-btn-group">
<button type="button" class="btn btn-icon" data-editor="format:p" title="{@i18n term="paragraph"/}"><i class="fa fa-paragraph"></i></button>
<button type="button" class="btn btn-icon" data-editor="format:blockquote" title="{@i18n term="quote"/}"><i class="fa fa-quote-right"></i></button>
<button type="button" class="btn btn-icon" data-editor="format:pre" title="{@i18n term="preformatted_text"/}"><i class="fa fa-code"></i></button>
<button type="button" class="btn btn-icon" data-editor="format:pre" title="{@i18n term="preformatted_text"/}">[&nbsp;]</button>
</div>
<div class="dropdown-divider"></div>
<div class="dropdown-btn-group">
Expand Down

0 comments on commit 1fdc635

Please sign in to comment.