Skip to content
Snippets Groups Projects
Commit 7ed44610 authored by Jared Hancock's avatar Jared Hancock
Browse files

Actually show correct template description

Fixes #742
parent 0afb3cad
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment