Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
[TASK] Fix two stray tab characters
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Mar 14, 2015
1 parent f345f7f commit a8a40c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Backend/ContentSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ContentSelector {
* @var array
*/
protected $templates = array(
'select' => '<div class="form-control-wrap"><div class="input-group">
'select' => '<div class="form-control-wrap"><div class="input-group">
<div class="input-group-addon input-group-icon t3js-formengine-select-prepend"><img src="%s" alt="" /></div>
<select name="%s" class="form-control form-control-adapt"
onchange="if (confirm(TBE_EDITOR.labels.onChangeAlert)
Expand Down
2 changes: 1 addition & 1 deletion Classes/Backend/LegacyContentSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LegacyContentSelector extends ContentSelector {
* @var array
*/
protected $templates = array(
'select' => '<div><select
'select' => '<div><select
style="background: #fff url(%s) 5px 50%% / 16px 16px no-repeat; padding-top: 2px; padding-left: 24px;"
name="%s"
class="formField select"
Expand Down

0 comments on commit a8a40c7

Please sign in to comment.