Skip to content

Commit 71ce792

Browse files
committed
Fixing links on index page
Seems like ids in Firefox are case sensitive. So linking in the current way fails. This patch fixes the links by using the exact matching version of the titles on the features page. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent f9aa001 commit 71ce792

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/views/index/body.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@
6565
</span>
6666
<div class="lead row" style="width: 90%; margin: 0 auto;">
6767
<div class="col-md-4 inner">
68-
<a href="<%- serverURL %>/features#share-notes">
68+
<a href="<%- serverURL %>/features#Share-Notes">
6969
<i class="fa fa-bolt fa-3x"></i>
7070
<h4><%= __('Collaborate with URL') %></h4>
7171
</a>
7272
</div>
7373
<div class="col-md-4 inner">
74-
<a href="<%- serverURL %>/features#mathjax">
74+
<a href="<%- serverURL %>/features#MathJax">
7575
<i class="fa fa-bar-chart fa-3x"></i>
7676
<h4><%= __('Support charts and MathJax') %></h4>
7777
</a>
7878
</div>
7979
<div class="col-md-4 inner">
80-
<a href="<%- serverURL %>/features#slide-mode">
80+
<a href="<%- serverURL %>/features#Slide-Modee">
8181
<i class="fa fa-tv fa-3x"></i>
8282
<h4><%= __('Support slide mode') %></h4>
8383
</a>

0 commit comments

Comments
 (0)