citra-emu
/
citra-web
Archived
1
0
Fork 0

Fixed broken URL under compatibility -- author.

This commit is contained in:
chris062689 2017-06-07 03:59:33 -04:00
parent d38118c49d
commit 6459d1693f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<tbody>
<tr>
<td>{{ dateFormat "January 2, 2006" .date }}</td>
<td><a href="https://community.citra-emu.org/u/{{ .owner }}/summary">{{ .author }}</a></td>
<td><a href="https://community.citra-emu.org/u/{{ .author }}/summary">{{ .author }}</a></td>
<td>{{ .version }}</td>
<td><b><div class="square-icon" style="background-color: {{ $rating.color }}"></div> {{ $rating.name }}</b></td>
</tr>