Index: /changelog
===================================================================
--- /changelog	(revision 7678)
+++ /changelog	(revision 7679)
@@ -341,2 +341,3 @@
 - Bugfix: Abo Modul ohne URL Benachrichtigung erzeugt keinen Fehler mehr
 - Bugfix: Kopieren von Bildern funktioniert auch ohne url_wrapper korrekt
+- Bugfix: E-Mail in HTML Mail korrekt verlinkt
Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 7678)
+++ /controller/wpsg_ShopController.class.php	(revision 7679)
@@ -1672,5 +1672,5 @@
 			else if (file_exists($template_file_uv) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_uv;
 			else if (file_exists($template_file_uv_old) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_uv_old;
-			else {
+			else if ($this->get_option('wpsg_ignoreuserview') != '1') {
 				
 				$arTemplate = $this->loadProduktTemplates(false, true);
Index: /views/mailtemplates/html/customer.phtml
===================================================================
--- /views/mailtemplates/html/customer.phtml	(revision 7678)
+++ /views/mailtemplates/html/customer.phtml	(revision 7679)
@@ -109,5 +109,5 @@
 	<tr>
 		<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
-		<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo wpsg_hspc($this->view['basket']['arCalculation']['sum']['topay_brutto']); ?>"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></a></td>
+		<td style="padding:2px; line-height:100%; vertical-align:middle;" class="col1"><a href="mailto:<?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?>"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></a></td>
 	</tr>
 </table>
