Skip to content

Commit

Permalink
Fix Issue #54 - Double quote appears around mail settings in admin.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Feb 28, 2018
1 parent f589e58 commit d31482f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ function save_pref ( $prefs, $src ) {
</div>
</div>
<p class="bold">' . translate ( 'Default user settings' ) . ':</p>'
. "<blockquote id=\"default-user-settings\">\n"
. "<span id=\"default-user-settings\">\n"
. '<p><label title="' . tooltip ( 'email-format' ) . '">'
. translate ( 'Email format preference' ) . ':</label>'
. print_radio ( 'EMAIL_HTML',
Expand All @@ -840,7 +840,7 @@ function save_pref ( $prefs, $src ) {
<p><label title="' . tooltip ( 'email-event-create' ) . '">'
. translate ( 'Event that I create' ) . ':</label>'
. print_radio ( 'EMAIL_EVENT_CREATE' ) . '</p>
</blockquote>
</span>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions includes/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ tr.highlight td {
text-decoration:none;
vertical-align:middle;
}
#admin #em_smtp { font-size:.85rem; }
#admin #default-user-settings { font-size:.85rem; }
#admin .main th.weekcell,
#pref .main th.weekcell {
background-color:transparent;
Expand Down

0 comments on commit d31482f

Please sign in to comment.