/usr/share/mizuho/templates/topbar.html is in ruby-mizuho 0.9.20+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <div id="topbar" style="display: none">
<div class="title">
<!-- Don't put a space between the img and a. That will break the hover layout. -->
<img src="{INLINE_IMAGE:arrow-up.png}" width="11" height="10" alt=""><a href="javascript:void(Mizuho.smoothlyScrollToToc())">{TITLE}</a>
</div>
<a href="javascript:void(0)" id="current_section"></a>
</div>
|