small fixes
This commit is contained in:
parent
b6d9786cb5
commit
3b7be27a09
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
<h1>Credits</h1>
|
<h1>Credits</h1>
|
||||||
<p>This is the Flashii Sakura contributor list.</p>
|
<p>This is the Flashii Sakura contributor list.</p>
|
||||||
<h3>People</h3>
|
<h3>People</h3>
|
||||||
<table>
|
<table style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
@ -14,13 +14,13 @@
|
||||||
{% for contribname, contributor in contributors %}
|
{% for contribname, contributor in contributors %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{ contributors[1] }}" target="_blank">{{ contribname }}</a></td>
|
<td><a href="{{ contributors[1] }}" target="_blank">{{ contribname }}</a></td>
|
||||||
<td>{{ contributors[0] }}</td>
|
<td>{{ contributor[0] }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h3>Tools</h3>
|
<h3>Tools</h3>
|
||||||
<table>
|
<table style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Service</th>
|
<th>Service</th>
|
||||||
|
|
Reference in a new issue