aboutsummaryrefslogtreecommitdiffstats
path: root/templates/minimal.html.tmpl
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-02-26 19:42:51 -0500
committerbryan newbold <bnewbold@leaflabs.com>2014-02-26 19:42:51 -0500
commit6cc0f5ff9e4de203572ef6a66df82aca97bb6544 (patch)
tree398f13f7a2d3a35af8a91f497c6dc96f88b7adcd /templates/minimal.html.tmpl
parent37e46745e248b0136b16aa40bed9ea20df16769d (diff)
downloadaxi-lite-gen-6cc0f5ff9e4de203572ef6a66df82aca97bb6544.tar.gz
axi-lite-gen-6cc0f5ff9e4de203572ef6a66df82aca97bb6544.zip
commit day's work
Diffstat (limited to 'templates/minimal.html.tmpl')
-rw-r--r--templates/minimal.html.tmpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/minimal.html.tmpl b/templates/minimal.html.tmpl
index 98042ee..21530b1 100644
--- a/templates/minimal.html.tmpl
+++ b/templates/minimal.html.tmpl
@@ -24,17 +24,17 @@ Last updated [{{ now }}] by {{ whoami }}
{% for sec_name, sec_values in sections.iteritems() %}
<a name="{{sec_name}}"><h2>{{ sec_name }}</h2></a>
<table>
- <tr><th>Memory Address
- <th>Bits
- <th>Mode
- <th>Shortname
- <th>What
+ <tr><th>Memory Address</th>
+ <th>Bits</th>
+ <th>Mode</th>
+ <th>Shortname</th>
+ <th>What</th></tr>
{% for val in sec_values %}
- <tr><td>{{ val.addr_pp() }}
- <td>{{ val.bits }}
- <td>{{ val.mode }}
- <td>{{ val.slug }}
- <td>{{ val.description }}
+ <tr><td><pre>{{ val.addr_pp() }}</pre></td>
+ <td><pre>{{ val.bits }}</pre></td>
+ <td><pre>{{ val.mode }}</pre></td>
+ <td>{{ val.slug }}</td>
+ <td>{{ val.description }}</td></tr>
{% endfor %}
</table>{% endfor %}