Skip to content

Commit 1e3d368

Browse files
committed
task: update code style
1 parent 424b88a commit 1e3d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Domain/Tickets/Templates/showAll.tpl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<ul class="dropdown-menu" aria-labelledby="userDropdownMenuLink<?= $row['id']?>">
276276
<li class="nav-header border"><?= $tpl->__('dropdown.choose_user')?></li>
277277
<li class='dropdown-item'>
278-
<a href='javascript:void(0);' data-label='<?php echo $tpl->__('label.not_assigned_to_user'); ?>' data-value='<?=$row['id'].'_0_0' ?>' id='userStatusChange<?=$row['id']?>0' ><?php echo $tpl->__('label.not_assigned_to_user'); ?></a>
278+
<a href='javascript:void(0);' data-label='<?php echo $tpl->__('label.not_assigned_to_user'); ?>' data-value='<?= $row['id'].'_0_0' ?>' id='userStatusChange<?= $row['id']?>0' ><?php echo $tpl->__('label.not_assigned_to_user'); ?></a>
279279
</li>
280280
<?php foreach ($tpl->get('users') as $user) {
281281
echo "<li class='dropdown-item'>";

0 commit comments

Comments
 (0)