by default link to entire wiki content
This commit is contained in:
@@ -439,7 +439,7 @@ function ExercisesResults(){
|
||||
// could instead filter by exercise and sort by highest score, listing the top3 score per per exercise
|
||||
$past_scores .= "<table><tr>";
|
||||
foreach ($availableexercisetypes as $exercisetype){
|
||||
$past_scores .= "<td><a href=\"?action=Exercises&type=$exercisetype\">$exercisetype</a></td>";
|
||||
$past_scores .= "<td><a href=\"AllPages/AllPages?action=Exercises&type=$exercisetype\">$exercisetype</a></td>";
|
||||
}
|
||||
$past_scores .= "</tr><tr>";
|
||||
foreach ($availableexercisetypes as $exercisetype){
|
||||
|
||||
Reference in New Issue
Block a user