Bug 319718: Make summary the link title for bookmarkable templates.

Patch by Marc Schumann <wurblzap@gmail.com>,
r=timeless, a=justdave


git-svn-id: svn://10.0.0.236/trunk@186013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wurblzap%gmail.com
2005-12-13 20:43:49 +00:00
parent a0b4e5ce17
commit 25335d1d0a
2 changed files with 13 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ if (defined $cgi->param('product')) {
if (defined $cgi->param('maketemplate')) {
$vars->{'url'} = $cgi->query_string();
$vars->{'short_desc'} = $cgi->param('short_desc');
print $cgi->header();
$template->process("bug/create/make-template.html.tmpl", $vars)