diff --git a/.github/md-generator/md-generator.py b/.github/md-generator/md-generator.py index 775613435a..fa92d10585 100644 --- a/.github/md-generator/md-generator.py +++ b/.github/md-generator/md-generator.py @@ -224,7 +224,7 @@ def create_bar_string(percentage, comp_string): icon_images.append(icon_image) # row = "| telefonica | O2 | my_icon_light | row = PIPE + PIPE.join(icon_images) + PIPE + \ - "`" + icon_name + "`" + \ + "`" + icon_name + "`" + "" + \ "[" + "![" + icon_name + "]" + \ "(.github/resources/anchor.svg)" + \ "]" + "(" + "#" + icon_name + ")" + PIPE