diff options
Diffstat (limited to 'python/fatcat_web/templates/work_view.html')
-rw-r--r-- | python/fatcat_web/templates/work_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/work_view.html b/python/fatcat_web/templates/work_view.html index 7fd2bbb2..7842ec50 100644 --- a/python/fatcat_web/templates/work_view.html +++ b/python/fatcat_web/templates/work_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>work {{ work.ident }}</code></div></h1> + <span class="sub header"><code>work {{ work.ident }}</code></span></h1> </div> </div> |