aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/repo_index.html.tmpl4
-rw-r--r--templates/repo_tree_dir.html.tmpl4
2 files changed, 4 insertions, 4 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>
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl
index ed8471f..99b6236 100644
--- a/templates/repo_tree_dir.html.tmpl
+++ b/templates/repo_tree_dir.html.tmpl
@@ -38,7 +38,7 @@
</div>
<div class="padding-wrapper">
{{ if .readme }}
- <table id="readme">
+ <table>
<thead>
<tr class="title-row">
<th>
@@ -48,7 +48,7 @@
</thead>
<tbody>
<tr>
- <td>
+ <td id="readme">
{{ .readme -}}
</td>
</tr>