Skip to content

Commit

Permalink
Resolve copy pasta issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricekraus committed Jun 18, 2024
1 parent f62ea00 commit 49b248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion people/mkraus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 49b248a

Please sign in to comment.