website fix

This commit is contained in:
dr. M.S. (Matthijs) Berends 2022-11-07 18:48:12 +01:00
parent 2d90218305
commit d2ceebe376
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Package: AMR Package: AMR
Version: 1.8.2.9044 Version: 1.8.2.9045
Date: 2022-11-05 Date: 2022-11-07
Title: Antimicrobial Resistance Data Analysis Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR) Description: Functions to simplify and standardise antimicrobial resistance (AMR)
data analysis and to work with microbial and antimicrobial properties by data analysis and to work with microbial and antimicrobial properties by

View File

@ -1,4 +1,4 @@
# AMR 1.8.2.9044 # AMR 1.8.2.9045
This version will eventually become v2.0! We're happy to reach a new major milestone soon! This version will eventually become v2.0! We're happy to reach a new major milestone soon!

View File

@ -33,7 +33,7 @@ $(document).ready(function() {
// Replace 'Developers' with 'Maintainers' on the main page, and "Contributors" on the Authors page // Replace 'Developers' with 'Maintainers' on the main page, and "Contributors" on the Authors page
$(".developers h2").text("Maintainers"); $(".developers h2").text("Maintainers");
$(".citation h2").text("Contributors"); $(".citation h2:first").text("All contributors");
// replace \donttest and \dontrun texts in Examples // replace \donttest and \dontrun texts in Examples
if ($("#ref-examples ~ div pre").length > 0) { if ($("#ref-examples ~ div pre").length > 0) {