Skip to content

Commit

Permalink
Fix wrong 'a' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
seungwonpark committed Oct 10, 2017
1 parent 59687c5 commit 3d44f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>{{ page.pkg_name }}</h1>
{% if page.repo_url %}
<tr>
<td style="vertical-align: top"> GitHub repo. </td>
<td> <a href="{{ page.repo_url }}"></a>{{ page.repo_url | replace: "https://github.com/", "" }}</td>
<td> <a href="{{ page.repo_url }}">{{ page.repo_url | replace: "https://github.com/", "" }}</a></td>
</tr>
{% endif %}
</table>
Expand Down

0 comments on commit 3d44f43

Please sign in to comment.