Module: bugzilla Branch: master Commit: 4560fdd4faae9563569a5148da899cec01813aef URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=4560fdd4faae9563569a51...
Author: Jeremy Newman jnewman@codeweavers.com Date: Mon Nov 28 11:46:23 2016 -0600
change the appdb var to what the appdb expects
---
template/en/default/bug/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 6738394..5685dc3 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -231,7 +231,7 @@ <b>AppDB</b>: </td> <td> - <a href="//appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">Show + <a href="//appdb.winehq.org/viewbugs.php?iBugId=[% bug.bug_id FILTER html %]">Show Apps affected by this bug</a> </td> </tr>