@@ -116,7 +116,7 @@ impl BadgeGenerator {
116116 let status_x = label_width + status_width / 2 ;
117117
118118 format ! (
119- r##"<svg xmlns="http ://www.w3.org/2000/svg" width="{total_width}" height="20" role="img" aria-label="{label}: {status}">
119+ r##"<svg xmlns="https ://www.w3.org/2000/svg" width="{total_width}" height="20" role="img" aria-label="{label}: {status}">
120120 <title>{label}: {status}</title>
121121 <linearGradient id="s" x2="0" y2="100%">
122122 <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
@@ -148,7 +148,7 @@ impl BadgeGenerator {
148148 let status_x = label_width + status_width / 2 ;
149149
150150 format ! (
151- r##"<svg xmlns="http ://www.w3.org/2000/svg" width="{total_width}" height="20" role="img" aria-label="{label}: {status}">
151+ r##"<svg xmlns="https ://www.w3.org/2000/svg" width="{total_width}" height="20" role="img" aria-label="{label}: {status}">
152152 <title>{label}: {status}</title>
153153 <g shape-rendering="crispEdges">
154154 <rect width="{label_width}" height="20" fill="#555"/>
@@ -170,7 +170,7 @@ impl BadgeGenerator {
170170 let status_x = label_width + status_width / 2 ;
171171
172172 format ! (
173- r##"<svg xmlns="http ://www.w3.org/2000/svg" width="{total_width}" height="18" role="img" aria-label="{label}: {status}">
173+ r##"<svg xmlns="https ://www.w3.org/2000/svg" width="{total_width}" height="18" role="img" aria-label="{label}: {status}">
174174 <title>{label}: {status}</title>
175175 <linearGradient id="s" x2="0" y2="100%">
176176 <stop offset="0" stop-color="#fff" stop-opacity=".7"/>
@@ -207,7 +207,7 @@ impl BadgeGenerator {
207207 let status_text_width = status_width - 20 ;
208208
209209 format ! (
210- r##"<svg xmlns="http ://www.w3.org/2000/svg" width="{total_width}" height="28" role="img" aria-label="{label}: {status}">
210+ r##"<svg xmlns="https ://www.w3.org/2000/svg" width="{total_width}" height="28" role="img" aria-label="{label}: {status}">
211211 <title>{label}: {status}</title>
212212 <g shape-rendering="crispEdges">
213213 <rect width="{label_width}" height="28" fill="#555"/>
0 commit comments