From 7ed4461064ef435391b966fdfe174841627476a6 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 27 Sep 2013 13:39:09 +0000 Subject: [PATCH] Actually show correct template description Fixes #742 --- include/staff/tpl.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/tpl.inc.php b/include/staff/tpl.inc.php index dbc58fc86..6dc296cf5 100644 --- a/include/staff/tpl.inc.php +++ b/include/staff/tpl.inc.php @@ -71,7 +71,7 @@ $tpl=$msgtemplates[$selected]; <thead> <tr> <th colspan="2"> - <h4><?php echo Format::htmlchars($nfo['desc']); ?></h4> + <h4><?php echo Format::htmlchars($tpl['desc']); ?></h4> <em>Subject and body required. <a class="tip" href="ticket_variables.txt">Supported Variables</a>.</em> </th> </tr> -- GitLab