mirror of
https://github.com/itflow-org/itflow
synced 2026-07-26 02:07:14 +00:00
Fix Truncated Client name in side nav needs to be truncated before escaped
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p class="h5">
|
||||
<i class="nav-icon fas fa-arrow-left ml-3 mr-1"></i>
|
||||
<span class="brand-text">
|
||||
Back | <strong><?php echo truncate($client_name, 7); ?></strong>
|
||||
Back | <strong><?= $client_name_truncated ?></strong>
|
||||
</span>
|
||||
</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user