Skip to content
Snippets Groups Projects
Commit c8165247 authored by Eric Knibbe's avatar Eric Knibbe
Browse files

Update include/staff/cannedresponses.inc.php

replace -- with —
parent 572c4680
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ else ...@@ -87,7 +87,7 @@ else
<a href="canned.php?id=<?php echo $row['canned_id']; ?>"><?php echo Format::truncate($row['title'],200); echo "&nbsp;$files"; ?></a>&nbsp; <a href="canned.php?id=<?php echo $row['canned_id']; ?>"><?php echo Format::truncate($row['title'],200); echo "&nbsp;$files"; ?></a>&nbsp;
</td> </td>
<td><?php echo $row['isenabled']?'Active':'<b>Disabled</b>'; ?></td> <td><?php echo $row['isenabled']?'Active':'<b>Disabled</b>'; ?></td>
<td><?php echo $row['department']?$row['department']:'-- All Departments --'; ?></td> <td><?php echo $row['department']?$row['department']:'&mdash; All Departments &mdash;'; ?></td>
<td>&nbsp;<?php echo Format::db_datetime($row['updated']); ?></td> <td>&nbsp;<?php echo Format::db_datetime($row['updated']); ?></td>
</tr> </tr>
<?php <?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment