From c81652471fd1d1f399c16956651df302cf0eb791 Mon Sep 17 00:00:00 2001
From: Eric Knibbe <eric@lassosoft.com>
Date: Mon, 28 Jan 2013 13:59:25 -0500
Subject: [PATCH] Update include/staff/cannedresponses.inc.php

replace -- with &mdash;
---
 include/staff/cannedresponses.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/cannedresponses.inc.php b/include/staff/cannedresponses.inc.php
index c1052be2a..1a7316aa9 100644
--- a/include/staff/cannedresponses.inc.php
+++ b/include/staff/cannedresponses.inc.php
@@ -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;
                 </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>
             </tr>
             <?php
-- 
GitLab