Module: appdb Branch: master Commit: b53388d46803670adc307f5ca82f70a03c80936f URL: http://source.winehq.org/git/appdb.git/?a=commit;h=b53388d46803670adc307f5ca...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Nov 17 16:58:23 2016 -0600
fix typo
---
include/bugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/bugs.php b/include/bugs.php index b93b077..7427a31 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -745,7 +745,7 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds) { //display row echo "<tr>\n"; - echo "<td class="text-center"><a href='".BUGZILLA_ROOT."show_bug.cgi?id={$oBuglink->iBug_id}><i class="fa fa-bug"></i> {$oBuglink->iBug_id}</a></td>\n"; + echo "<td class="text-center"><a href="".BUGZILLA_ROOT."show_bug.cgi?id={$oBuglink->iBug_id}"><i class="fa fa-bug"></i> {$oBuglink->iBug_id}</a></td>\n"; echo "<td>".$oBuglink->sShort_desc."</td>\n"; echo "<td class="text-center">".$oBuglink->sBug_status."</td>","\n"; echo "<td class="text-center">".$oBuglink->sResolution."</td>","\n";