diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-07 01:25:44 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-07 01:25:44 -0800 |
commit | 56f08c9c27a326b2955d7ff3a201601ff9c3b99c (patch) | |
tree | 1b022d438a114895c561a9273cd51e6d74363434 /python/fatcat_web/templates/file_view.html | |
parent | 95ef7f917cbcac255a1fd2ce1182b4420cbb3b7f (diff) | |
download | fatcat-56f08c9c27a326b2955d7ff3a201601ff9c3b99c.tar.gz fatcat-56f08c9c27a326b2955d7ff3a201601ff9c3b99c.zip |
webface: w3c validator fixes
Diffstat (limited to 'python/fatcat_web/templates/file_view.html')
-rw-r--r-- | python/fatcat_web/templates/file_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/file_view.html b/python/fatcat_web/templates/file_view.html index 780b5bc0..7a428b55 100644 --- a/python/fatcat_web/templates/file_view.html +++ b/python/fatcat_web/templates/file_view.html @@ -8,7 +8,7 @@ <div class="one wide column"></div> <div class="fifteen wide column"> <h1 class="ui header"> - <div class="sub header"><code>file {{ file.ident }}</code></div></h1> + <span class="sub header"><code>file {{ file.ident }}</code></span></h1> </div> </div> |