We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa6afa commit a8f1b16Copy full SHA for a8f1b16
index.html
@@ -2446,7 +2446,7 @@
2446
</tr>
2447
<tr>
2448
<td colspan="3" class="center" class="center" title="${ person.indirects || '' }">
2449
- ${ person.title }
+ ${ person.title }!
2450
<span>
2451
${ person.team ? ( '<br />' + person.team ) : '' }
2452
</span>
@@ -2460,7 +2460,7 @@
2460
<img src="${ person.image }" fetchpriority="high"
2461
class="largePhoto"
2462
width="193"
2463
- height="192"
+ height="193"
2464
title="a photograph of ${ htmlEscape( person.name ) }"
2465
alt="a photograph of ${ htmlEscape( person.name ) }" />
2466
</div>
0 commit comments