Passed
Branch master (18a4f7)
by Stefan
01:58
created
ContactDetails.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,10 @@
 block discarded – undo
165 165
 		<input type="hidden" name="metadataId" value="<?=$oContact['metadata']['sources'][0]['id']?>">
166 166
 		<input type="hidden" name="metadataEtag" value="<?=$oContact['metadata']['sources'][0]['etag']?>">
167 167
 		<h2><?=$strTitle?></h2>
168
-		<p>Letzte Änderung: <?php if ($uxtsLastModified > 0) echo date('d.m.Y - H:i:s', $uxtsLastModified); ?></p>
168
+		<p>Letzte Änderung: <?php if ($uxtsLastModified > 0) {
169
+    echo date('d.m.Y - H:i:s', $uxtsLastModified);
170
+}
171
+?></p>
169 172
 		<div>
170 173
 <?php
171 174
 $iVisibleGroups = 0;
Please login to merge, or discard this patch.