]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix typo in cgi/bugreport.tmpl which caused a backtrace everywhere
authorDon Armstrong <don@donarmstrong.com>
Wed, 30 May 2018 15:32:19 +0000 (08:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 30 May 2018 15:32:19 +0000 (08:32 -0700)
templates/en_US/cgi/bugreport.tmpl

index d264df610214468eec7c4448e09278eaac0ed3bf..c07650985f91f17db324c644aec1ceeb144f8b6b 100644 (file)
@@ -1,5 +1,5 @@
 {include(q(html/pre_title))}#{$bug_num} - {html_escape($status{subject})} - {html_escape($config{project})} {html_escape($config{bug})} report logs{include(q(html/post_title.tmpl))}
-<link rel="canonical" href="{html_escape(bug_links{bug=>$bug_numsubject})}">
+<link rel="canonical" href="{html_escape(bug_links{bug=>$bug_num})}">
 <script type="text/javascript">
 <!--
 function toggle_infmessages()