Skip to content

Commit

Permalink
[BUG] Fixed incorrect 'Next' links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsharman committed Jan 16, 2014
1 parent 594d6b8 commit b9d7546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/assessment/questions/graphplotting.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<span class="glyphicon glyphicon-share-alt"></span> Preview API Initialisation Object
</a></h4>
</div>
<div class="col-md-4"><p class='text-right'><a class="btn btn-primary btn-lg" href="<?php echo $env['www'] ?>assess/items/index.php">Next <span class="glyphicon glyphicon-chevron-right"></span></a></p></div>
<div class="col-md-4"><p class='text-right'><a class="btn btn-primary btn-lg" href="<?php echo $env['www'] ?>assessment/items/index.php">Next <span class="glyphicon glyphicon-chevron-right"></span></a></p></div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion www/assessment/questions/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span class="glyphicon glyphicon-book"></span> Documentation
</a></h4>
</div>
<div class="col-md-4"><p class='text-right'><a class="btn btn-primary btn-lg" href="<?php echo $env['www'] ?>assess/items/index.php">Next <span class="glyphicon glyphicon-chevron-right"></span></a></p></div>
<div class="col-md-4"><p class='text-right'><a class="btn btn-primary btn-lg" href="<?php echo $env['www'] ?>assessment/items/index.php">Next <span class="glyphicon glyphicon-chevron-right"></span></a></p></div>
</div>
</div>

Expand Down

0 comments on commit b9d7546

Please sign in to comment.