This file is indexed.

/usr/share/doc/python-elements/dynamic/comment_blueprint.html is in python-elements 0.13+svn20090823.230+dfsg-2.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
 8
 9
10
11
12
13
14
15
16
17
<input id='##name##-comment' class='i1' type='button' value='Comments (##count##)' onclick='comments_show("##name##");'>
<div id='##name##-content' style='display:none;'>
    <form action='http://elements.linuxuser.at/ref/comment'>
        <input type='hidden' name='action' value='add_comment'>
        <input type='hidden' name='t' value='##name##'>
        <input type='submit' class='i1' value='Add a Comment'>
    </form>
    <table class='comments'>
        ##comments##
    </table>
    <form action='http://elements.linuxuser.at/ref/comment'>
        <input type='hidden' name='action' value='add_comment'>
        <input type='hidden' name='t' value='##name##'>
        <input type='submit' class='i1' value='Add a Comment'>
    </form>
</div>        
<br>