mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 06:10:36 -04:00
Fix incorrect if statement bracing in project status template
This commit is contained in:
parent
ed3c4aec89
commit
e3ee949d94
1 changed files with 32 additions and 32 deletions
|
@ -70,7 +70,6 @@ $showArtworkStatus ??= true;
|
||||||
<? } ?>
|
<? } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<? } ?>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Status:</td>
|
<td>Status:</td>
|
||||||
<td>
|
<td>
|
||||||
|
@ -103,5 +102,6 @@ $showArtworkStatus ??= true;
|
||||||
<? } ?>
|
<? } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<? } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue