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">{
340340 < div class ="description-box ">
341341 < div v-if ="data.prev " class ="description-arrow "> < a v-bind:href ="prevLink "> ←</ a > </ div >
342342 < 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 >
344344 < span v-if ="data.a.date "> {{formatDate(data.a.date)}}</ span >
345345 (< a v-bind:href ="commitLink(data.a.commit) "> {{short(data.a)}}</ a > )
346346 </ div >
@@ -349,7 +349,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
349349 </ div >
350350 < div class ="description-box ">
351351 < 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 >
353353 < span v-if ="data.b.date "> {{formatDate(data.b.date)}}</ span >
354354 (< a v-bind:href ="commitLink(data.b.commit) "> {{short(data.b)}}</ a > )
355355 </ div >
You can’t perform that action at this time.
0 commit comments