Skip to content

Commit

Permalink
Builds page: fix broken commit link
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Dec 8, 2014
1 parent 823e817 commit 6ede3cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion builds.php
Expand Up @@ -133,9 +133,11 @@ function print_travis_status( $p_branch ) {
* @param array $p_builds
*/
function print_builds_list( $p_builds ) {
global $g_bugs_url;

# printf formats
$t_fmt_sha_link = '
<a href="<?php echo $g_bugs_url; ?>plugin.php?page=Source%%2Fsearch&revision=%1$s">%1$s</a>';
<a href="' . $g_bugs_url . 'plugin.php?page=Source%%2Fsearch&revision=%1$s">%1$s</a>';
$t_fmt_branch = '
<td rowspan="%d" class="table-cell">
%s
Expand Down

0 comments on commit 6ede3cb

Please sign in to comment.