Passed
Pull Request — master (#257)
by
unknown
03:19
created
templates/admin/jqadm/attribute/list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
 								<td class="attribute-id"><a class="items-field" href="<?= $url ?>"><?= $enc->html( $item->getId() ) ?></a></td>
302 302
 							<?php endif ?>
303 303
 							<?php if( in_array( 'attribute.domain', $fields ) ) : ?>
304
-								<td class="attribute-domain"><a class="items-field" href="<?= $url ?>"><?= $enc->html(  $this->translate( 'admin', $item->getDomain() ) ) ?></a></td>
304
+								<td class="attribute-domain"><a class="items-field" href="<?= $url ?>"><?= $enc->html( $this->translate( 'admin', $item->getDomain() ) ) ?></a></td>
305 305
 							<?php endif ?>
306 306
 							<?php if( in_array( 'attribute.status', $fields ) ) : ?>
307 307
 								<td class="attribute-status"><a class="items-field" href="<?= $url ?>"><div class="fa status-<?= $enc->attr( $item->getStatus() ) ?>"></div></a></td>
Please login to merge, or discard this patch.