]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mediadata_extra_row.tpl
Double question mark fixed
[mailer.git] / templates / de / html / mediadata_extra_row.tpl
index 675f21d9a341eb80f77955d5847b3779cbe70662..d221fe99971739b76024309f231d02d699a29825 100644 (file)
@@ -1,5 +1,4 @@
-<TR>
-       <TD class="bottom media_left" align="right">$content[lang]:</TD>
-       <TD class="bottom seperator" width="10">&nbsp;</TD>
-       <TD class="bottom media_right">$content[value]</TD>
-</TR>
+<tr>
+       <td class="bottom media_left" align="right">$content[lang]:</td>
+       <td class="bottom media_right">{%pipe,translateComma=$content[value]%}</td>
+</tr>