diff options
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 7ded4d01fe..0479e66efe 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -6,7 +6,7 @@ <div class="inner"> <ul class="topiclist"> <li class="header"> - <dl class="icon"> + <dl> <dt>{L_NOTIFICATION_TYPE}</dt> <!-- BEGIN notification_methods --> <dd class="mark">{notification_methods.NAME}</dd> @@ -15,11 +15,11 @@ </dl> </li> </ul> - <ul class="topiclist cplist"> + <ul class="topiclist cplist"> <!-- BEGIN notification_types --> <li class="row<!-- IF notification_types.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> - <dl class="icon"> + <dl> <dt> {notification_types.NAME} </dt> |
