Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fixed brackets in markdown of FDO badge
  • Loading branch information
ThomasJejkal authored Oct 20, 2022
1 parent 0c901a2 commit 1463999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4 class="ui header">
if(type == "html"){
result = "<a href='" + targetUrl + "'><img src='" + badgeUrl + "'></img></a>";
}else if(type == "markdown"){
result = "[(![FAIRDO](" + badgeUrl + ")](" + targetUrl + ")";
result = "[![FAIRDO](" + badgeUrl + ")](" + targetUrl + ")";
}
return result;
}
Expand Down

0 comments on commit 1463999

Please sign in to comment.