Jeremy Newman : change the appdb var to what the appdb expects

Jeremy Newman jnewman at winehq.org
Mon Nov 28 11:46:42 CST 2016


Module: bugzilla
Branch: master
Commit: 4560fdd4faae9563569a5148da899cec01813aef
URL:    http://source.winehq.org/git/bugzilla.git/?a=commit;h=4560fdd4faae9563569a5148da899cec01813aef

Author: Jeremy Newman <jnewman at 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>




More information about the wine-cvs mailing list