File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
if (!$ got_year ) {
58
58
template_show_error ("We don’t have statistics for that year " );
59
59
}
60
- $ year_bar = "<p>Statistics for other years:</p><ul class= \"inline-list \"><li> " . join ($ year_bar_array , "</li><li> " ) . "</li></ul> " ;
60
+ $ year_bar = "<p>Statistics for other years:</p><ul class= \"inline-list \"><li> " . join ("</li><li> " , $ year_bar_array ) . "</li></ul> " ;
61
61
#if (!get_http_var('really'))
62
62
# $year_bar = "";
63
63
79
79
$ navigation_tabs_array [] = '<a href="/stats/ ' . $ year . '/ ' . $ navigation_tab [0 ] . '"> ' . $ html . '</a> ' ;
80
80
}
81
81
}
82
- $ navigation_tabs = '<ul class="inline-list" role="navigation"><li> ' . join ($ navigation_tabs_array , "</li><li> " ) . '</li></ul> ' ;
82
+ $ navigation_tabs = '<ul class="inline-list" role="navigation"><li> ' . join ("</li><li> " , $ navigation_tabs_array ) . '</li></ul> ' ;
83
83
84
84
require_once "../phplib/summary_report_ $ {year}.php " ;
85
85
require_once "../phplib/questionnaire_report_ $ {year}_WMC.php " ;
You can’t perform that action at this time.
0 commit comments