From c10691a8c7e0f2d04f5c7b0e705a21375f9f5f31 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Wed, 4 Mar 2009 15:53:00 +0000
Subject: [PATCH] Several markup fixes

---
 .../de/html/admin/admin_del_email_bonus.tpl   |  2 +-
 .../de/html/admin/admin_del_email_normal.tpl  |  3 ++-
 .../de/html/admin/admin_del_email_notify.tpl  |  2 +-
 .../de/html/admin/admin_list_bonus_emails.tpl |  2 +-
 .../html/admin/admin_list_doubler_already.tpl | 10 ++++----
 .../admin/admin_list_doubler_overview.tpl     | 25 ++++++++-----------
 templates/de/html/admin/admin_list_emails.tpl |  2 +-
 .../de/html/admin/admin_list_emails_row.tpl   | 20 +++++++--------
 .../html/admin/admin_list_links_problem.tpl   |  2 +-
 .../html/admin/admin_list_sponsor_details.tpl |  2 +-
 .../de/html/admin/admin_lock_sponsor.tpl      |  2 +-
 .../de/html/admin/admin_overview_header.tpl   |  2 +-
 .../html/admin/admin_overview_header_task.tpl |  2 +-
 .../html/admin/admin_unlock_emails_redir.tpl  |  2 +-
 .../de/html/admin/admin_update_download.tpl   |  2 +-
 templates/de/html/birthday/birthday_msg.tpl   |  6 ++---
 .../de/html/guest/guest_confirm_link.tpl      |  8 +++---
 .../de/html/guest/guest_confirm_table.tpl     |  2 +-
 templates/de/html/guest/guest_register.tpl    |  3 ++-
 .../de/html/guest/guest_sponsor_infos.tpl     |  5 +++-
 templates/de/html/guest/guest_sponsor_reg.tpl |  4 ++-
 templates/de/html/install/install_page1.tpl   |  3 ++-
 templates/de/html/install/install_page2.tpl   |  3 ++-
 templates/de/html/install/install_page3.tpl   |  3 ++-
 templates/de/html/install/install_welcome.tpl |  3 ++-
 .../de/html/mailid/mailid_points_done2.tpl    |  8 +++---
 .../de/html/mailid/mailid_points_locked2.tpl  |  4 +--
 .../de/html/member/member_pool_table.tpl      |  2 +-
 .../de/html/member/member_stats_table.tpl     |  2 +-
 .../de/html/member/member_unconfirmed_404.tpl |  2 +-
 .../member_unconfirmed_404_nopoints.tpl       |  2 +-
 templates/de/html/sponsor/sponsor_header.tpl  |  5 +++-
 32 files changed, 77 insertions(+), 68 deletions(-)

diff --git a/templates/de/html/admin/admin_del_email_bonus.tpl b/templates/de/html/admin/admin_del_email_bonus.tpl
index b4defb95fb..b844db4e95 100644
--- a/templates/de/html/admin/admin_del_email_bonus.tpl
+++ b/templates/de/html/admin/admin_del_email_bonus.tpl
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
 	<tr>
 		<td class="admin_header bottom2" colspan="5" align="center" height="35">
-			<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG>
+			<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/admin/admin_del_email_normal.tpl b/templates/de/html/admin/admin_del_email_normal.tpl
index 48779a2cbf..4918cc205c 100644
--- a/templates/de/html/admin/admin_del_email_normal.tpl
+++ b/templates/de/html/admin/admin_del_email_normal.tpl
@@ -2,7 +2,8 @@
 	class="admin_table dashed" width="99%">
 	<tr>
 		<td class="admin_header" colspan="8" align="center" height="35">
-		<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></td>
+			<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
+		</td>
 	</tr>
 	<tr>
 		<td class="top2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
diff --git a/templates/de/html/admin/admin_del_email_notify.tpl b/templates/de/html/admin/admin_del_email_notify.tpl
index b0502ee0c3..710f72e098 100644
--- a/templates/de/html/admin/admin_del_email_notify.tpl
+++ b/templates/de/html/admin/admin_del_email_notify.tpl
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
 	<tr>
 		<td class="admin_header bottom2" colspan="5" align="center" height="35">
-			<div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</STRONG>
+			<div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/admin/admin_list_bonus_emails.tpl b/templates/de/html/admin/admin_list_bonus_emails.tpl
index ae0729f45c..d69a67904c 100644
--- a/templates/de/html/admin/admin_list_bonus_emails.tpl
+++ b/templates/de/html/admin/admin_list_bonus_emails.tpl
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
 <tr>
   <td colspan="3" align="center" height="25" class="admin_title">
-    <div class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
+    <div class="admin_done">{--ADMIN_BONUS_CONTENT--}</div>
   </td>
 </tr>
 $content[nav]
diff --git a/templates/de/html/admin/admin_list_doubler_already.tpl b/templates/de/html/admin/admin_list_doubler_already.tpl
index a6ad8f0e65..f6411cd034 100644
--- a/templates/de/html/admin/admin_list_doubler_already.tpl
+++ b/templates/de/html/admin/admin_list_doubler_already.tpl
@@ -1,21 +1,21 @@
 <table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
 	<tr>
 		<td class="admin_title" align="center" height="30" colspan="4">
-			<div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</STRONG>
+			<div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</div>
 		</td>
 	</tr>
 	<tr>
 		<td class="admin_title bottom2 right2" align="center" height="25" width="25%">
-			<div class="medium">{--_UID--}:</STRONG>
+			<div class="medium">{--_UID--}:</div>
 		</td>
 		<td class="admin_title bottom2 right2" align="center" width="25%">
-			<div class="medium">{!POINTS!}:</STRONG>
+			<div class="medium">{!POINTS!}:</div>
 		</td>
 		<td class="admin_title bottom2 right2" align="center" width="25%">
-			<div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
+			<div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</div>
 		</td>
 		<td class="admin_title bottom2" align="center" width="25%">
-			<div class="medium">{--REMOTE_IP--}:</STRONG>
+			<div class="medium">{--REMOTE_IP--}:</div>
 		</td>
 	</tr>
 	{!__ROWS_CONTENT!}
diff --git a/templates/de/html/admin/admin_list_doubler_overview.tpl b/templates/de/html/admin/admin_list_doubler_overview.tpl
index e0f4f47e67..a3c37bd89a 100644
--- a/templates/de/html/admin/admin_list_doubler_overview.tpl
+++ b/templates/de/html/admin/admin_list_doubler_overview.tpl
@@ -1,21 +1,20 @@
-<table border="0" cellspacing="0" cellpadding="0" width="540"
-	class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
 	<tr>
 		<td class="admin_title bottom2" align="center" height="30" colspan="2">
-		<div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</STRONG></td>
+			<div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</div>
+		</td>
 	</tr>
 	<tr>
-		<td class="admin_title bottom2 right2" align="center" height="25"
-			width="260"><div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</STRONG>
+		<td class="admin_title bottom2 right2" align="center" height="25" width="260">
+			<div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</div>
 		</td>
 		<td class="admin_title bottom2" align="center" height="25" width="260">
-		<div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</STRONG></td>
+			<div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</div>
+		</td>
 	</tr>
 	<tr>
-		<td class="right2" align="center"
-			style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-		<table border="0" cellspacing="0" cellpadding="0" width="275"
-			class="admin_table dashed">
+		<td class="right2" align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+		<table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
 			<tr>
 				<td class="switch_sw1 bottom2" align="right" width="245">
 				{--ADMIN_DOUBLER_ALREADY_ALL--}:&nbsp;</td>
@@ -36,10 +35,8 @@
 			</tr>
 		</table>
 		</td>
-		<td align="center"
-			style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-		<table border="0" cellspacing="0" cellpadding="0" width="275"
-			class="admin_table dashed">
+		<td align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+		<table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
 			<tr>
 				<td class="switch_sw1 bottom2" align="right" width="245">
 				{--ADMIN_DOUBLER_WAITING_ALL--}:&nbsp;</td>
diff --git a/templates/de/html/admin/admin_list_emails.tpl b/templates/de/html/admin/admin_list_emails.tpl
index 4a21b1e507..a2bc034e31 100644
--- a/templates/de/html/admin/admin_list_emails.tpl
+++ b/templates/de/html/admin/admin_list_emails.tpl
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
 <tr>
   <td colspan="3" align="center" height="25" class="admin_title">
-    <div class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</STRONG>
+    <div class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</div>
   </td>
 </tr>
 $content[nav]
diff --git a/templates/de/html/admin/admin_list_emails_row.tpl b/templates/de/html/admin/admin_list_emails_row.tpl
index 4a9cb68293..cb16538414 100644
--- a/templates/de/html/admin/admin_list_emails_row.tpl
+++ b/templates/de/html/admin/admin_list_emails_row.tpl
@@ -1,15 +1,15 @@
 <tr>
   <td class="bottom top2 right" width="23%" align="center">
     {--EMAIL_SENDER--}:<br />
-    <div class="admin_misc">$content[sender_link]</STRONG>
+    <div class="admin_misc">$content[sender_link]</div>
   </td>
   <td class="bottom top2 right" width="23%" align="center">
     {--EMAIL_SUBJECT--}:<br />
-    <div class="admin_misc">$content[subject]</STRONG>
+    <div class="admin_misc">$content[subject]</div>
   </td>
   <td class="bottom top2" width="54%" align="center">
     {--EMAIL_TEXT--}:<br />
-    <div class="admin_misc">$content[text]</STRONG>
+    <div class="admin_misc">$content[text]</div>
   </td>
 </tr>
 <tr><td height="5" colspan="3"></td></tr>
@@ -27,31 +27,31 @@
 <tr>
   <td align="center" class="top bottom right">
     {--EMAIL_RECEIVERS--}:<br />
-    <div class="admin_misc">$content[sent_email]</STRONG>
-    ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</STRONG>)
+    <div class="admin_misc">$content[sent_email]</div>
+    ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</div>)
   </td>
   <td align="center" class="top bottom right">
     {--USERS_LINKS--}:<br />
-    <div class="admin_misc">$content[unconfirmed]</STRONG>
+    <div class="admin_misc">$content[unconfirmed]</div>
   </td>
   <td align="center" class="top bottom">
     {--EMAIL_POOL_TYPE--}:<br />
-    <div class="admin_misc">$content[type]</STRONG>
+    <div class="admin_misc">$content[type]</div>
   </td>
 </tr>
 <tr><td height="5" colspan="3"></td></tr>
 <tr>
   <td align="center" class="top right">
     {--EMAIL_TSEND--}:<br />
-    <div class="admin_misc">$content[target_send]</STRONG>
+    <div class="admin_misc">$content[target_send]</div>
   </td>
   <td align="center" class="top right">
     {--EMAIL_URL--}:<br />
-    <div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></STRONG>
+    <div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></div>
   </td>
   <td align="center" class="top">
     {--EMAIL_TIMESTAMP--}:<br />
-    <div class="admin_misc">$content[timestamp]</STRONG>
+    <div class="admin_misc">$content[timestamp]</div>
   </td>
 </tr>
 <tr>
diff --git a/templates/de/html/admin/admin_list_links_problem.tpl b/templates/de/html/admin/admin_list_links_problem.tpl
index b748220a16..9cea9dbb5e 100644
--- a/templates/de/html/admin/admin_list_links_problem.tpl
+++ b/templates/de/html/admin/admin_list_links_problem.tpl
@@ -1,5 +1,5 @@
 <tr>
   <td align="center" class="switch_sw$content[sw] bottom2" colspan="4">
-    <div class="admin_failed large">$content[problem]:</STRONG>&nbsp;$content[data]
+    <span class="admin_failed large">$content[problem]:</span>&nbsp;$content[data]
   </td>
 </tr>
diff --git a/templates/de/html/admin/admin_list_sponsor_details.tpl b/templates/de/html/admin/admin_list_sponsor_details.tpl
index 718c15a165..7f86174692 100644
--- a/templates/de/html/admin/admin_list_sponsor_details.tpl
+++ b/templates/de/html/admin/admin_list_sponsor_details.tpl
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
 <tr>
   <td colspan="2" align="center" class="admin_title bottom2" height="30" style="padding: 5px">
-    <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</STRONG>
+    <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</div>
   </td>
 </tr>
 <tr>
diff --git a/templates/de/html/admin/admin_lock_sponsor.tpl b/templates/de/html/admin/admin_lock_sponsor.tpl
index 3adb307f6b..64ecfd7102 100644
--- a/templates/de/html/admin/admin_lock_sponsor.tpl
+++ b/templates/de/html/admin/admin_lock_sponsor.tpl
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
 <tr>
   <td align="center" class="admin_title bottom2">
-    <div class="admin_done">{!__HEADER_MESSAGE!}</STRONG>
+    <div class="admin_done">{!__HEADER_MESSAGE!}</div>
   </td>
 </tr>
 <tr><td height="5" class="seperator">&nbsp;</td></tr>
diff --git a/templates/de/html/admin/admin_overview_header.tpl b/templates/de/html/admin/admin_overview_header.tpl
index 8a7c49c0df..43584d4a4a 100644
--- a/templates/de/html/admin/admin_overview_header.tpl
+++ b/templates/de/html/admin/admin_overview_header.tpl
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
 	<tr>
 		<td colspan="7" align="center" class="admin_task_header top2 left2 right2">
-			<div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</STRONG>
+			<div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/admin/admin_overview_header_task.tpl b/templates/de/html/admin/admin_overview_header_task.tpl
index f3f328df51..3a1a35a5ad 100644
--- a/templates/de/html/admin/admin_overview_header_task.tpl
+++ b/templates/de/html/admin/admin_overview_header_task.tpl
@@ -2,7 +2,7 @@
 <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
 <tr>
 	<td colspan="7" align="center" class="admin_task_header top2 left2 right2">
-		<div class="admin_welcome">$content[message]</STRONG>
+		<div class="admin_welcome">$content[message]</div>
 	</td>
 </tr>
 <tr>
diff --git a/templates/de/html/admin/admin_unlock_emails_redir.tpl b/templates/de/html/admin/admin_unlock_emails_redir.tpl
index c68f36156e..0acdc68828 100644
--- a/templates/de/html/admin/admin_unlock_emails_redir.tpl
+++ b/templates/de/html/admin/admin_unlock_emails_redir.tpl
@@ -5,7 +5,7 @@
 	<tr>
 		<td class="admin_header bottom2" width="10">&nbsp;</td>
 		<td class="admin_header bottom2" colspan="2" align="center"
-			height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
+			height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
 		</td>
 		<td class="admin_header bottom2" width="10">&nbsp;</td>
 	</tr>
diff --git a/templates/de/html/admin/admin_update_download.tpl b/templates/de/html/admin/admin_update_download.tpl
index c2233f0e3e..98b3b1709a 100644
--- a/templates/de/html/admin/admin_update_download.tpl
+++ b/templates/de/html/admin/admin_update_download.tpl
@@ -2,7 +2,7 @@
 	align="center" class="admin_table dashed" align="center">
 	<tr>
 		<td class="admin_title bottom2" align="center" colspan="3" height="30">
-		<div class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></td>
+		<div class="big">{--NEW_VERSION_AVAILABLE--}</div></td>
 	</tr>
 	<tr>
 		<td height="10" colspan="3" class="seperator">&nbsp;</td>
diff --git a/templates/de/html/birthday/birthday_msg.tpl b/templates/de/html/birthday/birthday_msg.tpl
index a67c0b5ef2..d06a4ae596 100644
--- a/templates/de/html/birthday/birthday_msg.tpl
+++ b/templates/de/html/birthday/birthday_msg.tpl
@@ -1,8 +1,8 @@
-<div class="big">Herzlichen Gl&uuml;ckwunsch zum Geburtstag!</STRONG> <br />
+<div class="big">Herzlichen Gl&uuml;ckwunsch zum Geburtstag!</div> <br />
 <br />
 Hallo {!__GENDER!} {!__SNAME!} {!__FNAME!}!<br />
 <br />
-Wir das Team von <div class="nobr">{!MAIN_TITLE!}</STRONG> w&uuml;schen Ihnen
+Wir das Team von <span class="nobr">{!MAIN_TITLE!}</span> w&uuml;schen Ihnen
 alles Gute und Gesundheit zum Geburtstag. Als kleines Geschenk von uns haben wir
-Ihnen soeben <div class="nobr">{!__GIFT!} {!POINTS!}</STRONG> Ihrem Account
+Ihnen soeben <span class="nobr">{!__GIFT!} {!POINTS!}</span> Ihrem Account
 gutgeschrieben!
diff --git a/templates/de/html/guest/guest_confirm_link.tpl b/templates/de/html/guest/guest_confirm_link.tpl
index f5b92c85c3..7f9f3a1b4e 100644
--- a/templates/de/html/guest/guest_confirm_link.tpl
+++ b/templates/de/html/guest/guest_confirm_link.tpl
@@ -1,11 +1,9 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=index&amp;what=confirm"
-	method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="480"
-	class="admin_table dashed">
+<form action="{!URL!}/modules.php?module=index&amp;what=confirm" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="480" class="admin_table dashed">
 	<tr>
 		<td align="center" colspan="3" class="admin_title bottom2" height="30">
-		<div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></td>
+		<div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div></td>
 	</tr>
 	<tr>
 		<td colspan="3" class="seperator" height="6">&nbsp;</td>
diff --git a/templates/de/html/guest/guest_confirm_table.tpl b/templates/de/html/guest/guest_confirm_table.tpl
index 0b68339cff..c53bdb0e50 100644
--- a/templates/de/html/guest/guest_confirm_table.tpl
+++ b/templates/de/html/guest/guest_confirm_table.tpl
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" align="center" width="400" class="guest_table dashed">
 	<tr>
 		<td align="center" height="40">
-			<div class="guest_done">{!__CONFIRM_MSG!}</STRONG>
+			<div class="guest_done">{!__CONFIRM_MSG!}</div>
 		</td>
 	</tr>
 </table>
\ No newline at end of file
diff --git a/templates/de/html/guest/guest_register.tpl b/templates/de/html/guest/guest_register.tpl
index d2a6eef9da..1b80b9ce71 100644
--- a/templates/de/html/guest/guest_register.tpl
+++ b/templates/de/html/guest/guest_register.tpl
@@ -83,7 +83,8 @@
 				<td colspan="2" height="7" class="seperator">&nbsp;</td>
 			</tr>
 			<tr>
-				<td colspan="2" align="center"><div class="guest_failed">{!MUST_MARKER!}&nbsp;:&nbsp;{--REGISTER_MUST_SET_NOTE--}</STRONG>
+				<td colspan="2" align="center">
+					<div class="guest_failed">{!MUST_MARKER!}&nbsp;:&nbsp;{--REGISTER_MUST_SET_NOTE--}</div>
 				</td>
 			</tr>
 		</table>
diff --git a/templates/de/html/guest/guest_sponsor_infos.tpl b/templates/de/html/guest/guest_sponsor_infos.tpl
index 5f02f54b2e..9613bbf961 100644
--- a/templates/de/html/guest/guest_sponsor_infos.tpl
+++ b/templates/de/html/guest/guest_sponsor_infos.tpl
@@ -2,7 +2,10 @@
 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
 <tr>
   <td class="guest_title bottom2">
-    <div class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
+    <div class="big">
+      {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
+    </div>
+    <br />
     {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
   </td>
 </tr>
diff --git a/templates/de/html/guest/guest_sponsor_reg.tpl b/templates/de/html/guest/guest_sponsor_reg.tpl
index a1403c0cdb..c12502dcb6 100644
--- a/templates/de/html/guest/guest_sponsor_reg.tpl
+++ b/templates/de/html/guest/guest_sponsor_reg.tpl
@@ -1,5 +1,7 @@
 {!__SPONSOR_FORM_ERRORS!}
-<div align="center"><div class="big">{--GUEST_SPONSOR_TITLE--}</STRONG></div>
+<div align="center">
+	<div class="big">{--GUEST_SPONSOR_TITLE--}</div>
+</div>
 <br />
 {--GUEST_SPONSOR_TEASER_1--}<br />
 <br />
diff --git a/templates/de/html/install/install_page1.tpl b/templates/de/html/install/install_page1.tpl
index 020a471e30..54da51b1a9 100644
--- a/templates/de/html/install/install_page1.tpl
+++ b/templates/de/html/install/install_page1.tpl
@@ -1,7 +1,8 @@
 <form action="{!__BURL_ACTION!}/install.php?page=2" method="POST" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_content">
 	<tr>
-		<td colspan="3" align="center"><div class="install">{--HEADER_TEXT_PAGE1--}</STRONG>
+		<td colspan="3" align="center">
+			<div class="install">{--HEADER_TEXT_PAGE1--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/install/install_page2.tpl b/templates/de/html/install/install_page2.tpl
index a59638fab3..3c94e03ed3 100644
--- a/templates/de/html/install/install_page2.tpl
+++ b/templates/de/html/install/install_page2.tpl
@@ -2,7 +2,8 @@
 	target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_table">
 	<tr>
-		<td colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE2--}</STRONG>
+		<td colspan="2" align="center">
+			<div class="install">{--HEADER_TEXT_PAGE2--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/install/install_page3.tpl b/templates/de/html/install/install_page3.tpl
index 02454b0ef4..032c220c04 100644
--- a/templates/de/html/install/install_page3.tpl
+++ b/templates/de/html/install/install_page3.tpl
@@ -1,7 +1,8 @@
 <form action="{!__BURL_ACTION--}/install.php?page=5" method="POST" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_table">
 	<tr>
-		<td colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE3--}</STRONG>
+		<td colspan="2" align="center">
+			<div class="install">{--HEADER_TEXT_PAGE3--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/install/install_welcome.tpl b/templates/de/html/install/install_welcome.tpl
index 2745b382a5..eed27166ae 100644
--- a/templates/de/html/install/install_welcome.tpl
+++ b/templates/de/html/install/install_welcome.tpl
@@ -1,7 +1,8 @@
 <table border="0" cellspacing="0" cellpadding="0"
 	class="install_content">
 	<tr>
-		<td colspan="2" align="center"><div class="install_welcome">{--WELCOME_TEXT--}</STRONG>
+		<td colspan="2" align="center">
+			<div class="install_welcome">{--WELCOME_TEXT--}</div>
 		</td>
 	</tr>
 	<tr>
diff --git a/templates/de/html/mailid/mailid_points_done2.tpl b/templates/de/html/mailid/mailid_points_done2.tpl
index 66bf259e6a..3e7b41364c 100644
--- a/templates/de/html/mailid/mailid_points_done2.tpl
+++ b/templates/de/html/mailid/mailid_points_done2.tpl
@@ -4,13 +4,13 @@
 	<tr>
 		<td width="10" class="seperator">&nbsp;</td>
 		<td width="220" align="center"><div class="tiny">
-		{--THANX_POINTS_ADDED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG>&nbsp;{--THANX_POINTS_ADDED_2--}<br />
-		{--MAILID_TOTAL_POINTS1--} <div class="member_done">{!__TOTAL_POINTS!}
-		{!POINTS!}</STRONG> {--MAILID_TOTAL_POINTS2--}<br />
+		{--THANX_POINTS_ADDED_1--}<span class="member_done">{--_POINTS_VALUE!}</span>&nbsp;{--THANX_POINTS_ADDED_2--}<br />
+		{--MAILID_TOTAL_POINTS1--} <span class="member_done">{!__TOTAL_POINTS!}
+		{!POINTS!}</span> {--MAILID_TOTAL_POINTS2--}<br />
 		<br />
 		<a
 			href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&amp;t={!_TYPE_VALUE!}&amp;d={!_DATA_VALUE!}"
-			target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></td>
+			target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </span></td>
 		<td width="10" class="seperator">&nbsp;</td>
 		<td align="center">
 		<table border="0" cellspacing="0" cellpadding="0"
diff --git a/templates/de/html/mailid/mailid_points_locked2.tpl b/templates/de/html/mailid/mailid_points_locked2.tpl
index 7a45416c56..9f03f78035 100644
--- a/templates/de/html/mailid/mailid_points_locked2.tpl
+++ b/templates/de/html/mailid/mailid_points_locked2.tpl
@@ -4,11 +4,11 @@
 	<tr>
 		<td width="10" class="seperator">&nbsp;</td>
 		<td width="220" align="center"><div class="tiny">
-		{--THANX_POINTS_LOCKED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG>&nbsp;{--THANX_POINTS_LOCKED_2--}<br />
+		{--THANX_POINTS_LOCKED_1--}<span class="member_done">{--_POINTS_VALUE!}</span>&nbsp;{--THANX_POINTS_LOCKED_2--}<br />
 		<br />
 		<a
 			href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&amp;t={!_TYPE_VALUE!}&amp;d={!_DATA_VALUE!}"
-			target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></td>
+			target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </span></td>
 		<td width="10" class="seperator">&nbsp;</td>
 		<td align="center">
 		<table border="0" cellspacing="0" cellpadding="0"
diff --git a/templates/de/html/member/member_pool_table.tpl b/templates/de/html/member/member_pool_table.tpl
index faec5033d9..2a9f77b8a5 100644
--- a/templates/de/html/member/member_pool_table.tpl
+++ b/templates/de/html/member/member_pool_table.tpl
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
 <tr>
 	<td colspan="3" align="center" height="25" class="member_header">
-		<div class="member_done">{--MEMBER_POOL_CONTENT--}</STRONG>
+		<div class="member_done">{--MEMBER_POOL_CONTENT--}</div>
 	</td>
 </tr>
 $content
diff --git a/templates/de/html/member/member_stats_table.tpl b/templates/de/html/member/member_stats_table.tpl
index 1aa01740bc..da8ef34be2 100644
--- a/templates/de/html/member/member_stats_table.tpl
+++ b/templates/de/html/member/member_stats_table.tpl
@@ -1,7 +1,7 @@
 <table border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
 <tr>
 	<td colspan="3" align="center" height="25" class="member_header">
-		<div class="member_done">{--MEMBER_STATS_CONTENT--}</STRONG>
+		<div class="member_done">{--MEMBER_STATS_CONTENT--}</div>
 	</td>
 </tr>
 $content
diff --git a/templates/de/html/member/member_unconfirmed_404.tpl b/templates/de/html/member/member_unconfirmed_404.tpl
index 445b7eb2fc..17b10a06f9 100644
--- a/templates/de/html/member/member_unconfirmed_404.tpl
+++ b/templates/de/html/member/member_unconfirmed_404.tpl
@@ -1,5 +1,5 @@
 <tr>
 	<td align="center" class="switch_sw$content[sw] top" colspan="5">
-		<div class="member_failed large">$content[probl]:</STRONG> $content[data]
+		<span class="member_failed large">$content[probl]:</span> $content[data]
 	</td>
 </tr>
\ No newline at end of file
diff --git a/templates/de/html/member/member_unconfirmed_404_nopoints.tpl b/templates/de/html/member/member_unconfirmed_404_nopoints.tpl
index 0ad1db14b6..72da1ac447 100644
--- a/templates/de/html/member/member_unconfirmed_404_nopoints.tpl
+++ b/templates/de/html/member/member_unconfirmed_404_nopoints.tpl
@@ -1,5 +1,5 @@
 <tr>
 	<td align="center" class="switch_sw$content[sw] top" colspan="4">
-		<div class="member_failed large">$content[probl]:</STRONG> $content[data]
+		<span class="member_failed large">$content[probl]:</span> $content[data]
 	</td>
 </tr>
\ No newline at end of file
diff --git a/templates/de/html/sponsor/sponsor_header.tpl b/templates/de/html/sponsor/sponsor_header.tpl
index 644670b1ac..04456ecedb 100644
--- a/templates/de/html/sponsor/sponsor_header.tpl
+++ b/templates/de/html/sponsor/sponsor_header.tpl
@@ -1,2 +1,5 @@
-<div class="big">{--SPONSOR_WELCOME_TO--}</STRONG><br />
+<div class="big">
+	{--SPONSOR_WELCOME_TO--}
+</div>
+<br />
 {!MAIN_TITLE!}
-- 
2.39.5