This file is indexed.

/usr/share/kde4/apps/ktelepathy/styles/simkete/Contents/Resources/Incoming/Content.html is in kde-telepathy-text-ui 0.3.1-0ubuntu1.

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
<div class="KopeteMessage">
	<div class="IncomingMessageHeader">
		<!-- Time Display -->
		<div class="inTime">%time%</div>
		<!-- MetaContact display -->
		<div class="inMetacontact"><span class="%senderColor%">%sender%</span> &#160;</div>
	</div>
	<ul class="IncommingList" >
		<li class="IncomingMessage" >%message%</li>
		<!-- For support of consecutive messages -->
		<div id="insert" />
	</ul>	
</div>