aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-05 12:02:30 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-05 12:07:37 -0500
commita8e74f5292aaa74e2035dd5f3ab972f0201a1fe7 (patch)
tree6b202b6524abe2bc6f59294d52bf11efbc7988c2 /phpBB/styles
parent0793f8e2e60453db8de1ff8e231a36b2c9024f3d (diff)
downloadforums-a8e74f5292aaa74e2035dd5f3ab972f0201a1fe7.tar
forums-a8e74f5292aaa74e2035dd5f3ab972f0201a1fe7.tar.gz
forums-a8e74f5292aaa74e2035dd5f3ab972f0201a1fe7.tar.bz2
forums-a8e74f5292aaa74e2035dd5f3ab972f0201a1fe7.tar.xz
forums-a8e74f5292aaa74e2035dd5f3ab972f0201a1fe7.zip
[ticket/10841] Revert more whitespace changes.
PHPBB3-10841
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_prefs_personal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_personal.html b/phpBB/styles/prosilver/template/ucp_prefs_personal.html
index 01e0c9ba28..600319fc72 100644
--- a/phpBB/styles/prosilver/template/ucp_prefs_personal.html
+++ b/phpBB/styles/prosilver/template/ucp_prefs_personal.html
@@ -52,14 +52,14 @@
<dl>
<dt><label for="notifypm1">{L_NOTIFY_ON_PM}:</label></dt>
<dd>
- <label for="notifypm1"><input type="radio" name="notifypm" id="notifypm1" value="1"<!-- IF S_NOTIFY_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label for="notifypm1"><input type="radio" name="notifypm" id="notifypm1" value="1"<!-- IF S_NOTIFY_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
<label for="notifypm0"><input type="radio" name="notifypm" id="notifypm0" value="0"<!-- IF not S_NOTIFY_PM --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>
</dl>
<dl>
<dt><label for="popuppm0">{L_POPUP_ON_PM}:</label></dt>
<dd>
- <label for="popuppm1"><input type="radio" name="popuppm" id="popuppm1" value="1"<!-- IF S_POPUP_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label for="popuppm1"><input type="radio" name="popuppm" id="popuppm1" value="1"<!-- IF S_POPUP_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
<label for="popuppm0"><input type="radio" name="popuppm" id="popuppm0" value="0"<!-- IF not S_POPUP_PM --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>
</dl>