aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/repo_index.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 4fd4f08..216e5f4 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -63,7 +63,7 @@
</div>
<div class="padding-wrapper">
{{ if .readme }}
- <table id="readme">
+ <table>
<thead>
<tr class="title-row">
<th>
@@ -73,7 +73,7 @@
</thead>
<tbody>
<tr>
- <td>
+ <td id="readme">
{{ .readme -}}
</td>
</tr>