Commit d67807b
authored
fix GitHub markdown rendering by removing space from badge style (#774)
While the redirect was working locally with curl, I suspect the space
may be causing issues with GitHub's camo proxy. This suspicion is due to
a test README I did which directly linked failed to render:
![image](https://img.shields.io/<...>label=openssf scorecard<...>
But using the plus seemed to render.
![image](https://img.shields.io/<...>label=openssf+scorecard<...>
Signed-off-by: Spencer Schrock <[email protected]>1 parent bb1c3d1 commit d67807b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments