From 49b248a0b5f828d94f806a0dd92803af51acb0ed Mon Sep 17 00:00:00 2001 From: Maurice Kraus Date: Tue, 18 Jun 2024 18:23:10 +0200 Subject: [PATCH] Resolve copy pasta issue --- people/mkraus/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people/mkraus/index.html b/people/mkraus/index.html index f70cd2c5..22192b62 100644 --- a/people/mkraus/index.html +++ b/people/mkraus/index.html @@ -302,7 +302,7 @@ $(document).ready(function () { $.get("https://ml-research.github.io/references.bib", function (data) { function containsName(bib) { - return bib.includes("Divo"); + return bib.includes("Kraus"); } function replaceImagePath(bib) {