Skip to content

Commit

Permalink
Merge pull request #353 from kerimoyle/update_to_cellml2
Browse files Browse the repository at this point in the history
Update page.html
  • Loading branch information
kerimoyle authored Mar 16, 2021
2 parents e42ec37 + 7afe5cc commit 4320ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
if (code != null) {
let issueCode = issueToSection[code];
let contents = $(issueCode).html();
let title = "<div style='color:saddlebrown;font-weight:700;padding-bottom:10px;'>Section ";
title += code + "</div>";
let title = "<div style='color:saddlebrown;font-weight:700;padding-bottom:10px;'>";
title += code + ": Section " + issueCode.slice(7).split('-').join('.') + "</div>";
$(issueCode).html(title + contents);
$(issueCode).addClass("highlight-issue");
}
Expand Down

0 comments on commit 4320ea4

Please sign in to comment.