File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
340
340
< div class ="description-box ">
341
341
< div v-if ="data.prev " class ="description-arrow "> < a v-bind:href ="prevLink "> ←</ a > </ div >
342
342
< div style ="padding: 10px; ">
343
- < a v-if ="data.a.pr " v-bind:href ="prLink(data.a.pr) "> #{{data.a.pr}}</ a >
343
+ < span > < a v-if ="data.a.pr " v-bind:href ="prLink(data.a.pr) "> #{{data.a.pr}}</ a > </ span >
344
344
< span v-if ="data.a.date "> {{formatDate(data.a.date)}}</ span >
345
345
(< a v-bind:href ="commitLink(data.a.commit) "> {{short(data.a)}}</ a > )
346
346
</ div >
@@ -349,7 +349,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
349
349
</ div >
350
350
< div class ="description-box ">
351
351
< div style ="padding: 10px; ">
352
- < a v-if ="data.b.pr " v-bind:href ="prLink(data.b.pr) "> #{{data.b.pr}}</ a >
352
+ < span > < a v-if ="data.b.pr " v-bind:href ="prLink(data.b.pr) "> #{{data.b.pr}}</ a > </ span >
353
353
< span v-if ="data.b.date "> {{formatDate(data.b.date)}}</ span >
354
354
(< a v-bind:href ="commitLink(data.b.commit) "> {{short(data.b)}}</ a > )
355
355
</ div >
You can’t perform that action at this time.
0 commit comments