This file is indexed.

/usr/share/kde4/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div class="x-chatItem x-incomingItem %messageClasses%">
	<table width="100%">
		<tr>
			<td valign="top">
				<img src="%userIconPath%" class="x-avatar" title="%sender%" />
				<div class="x-myBubble">
					<div class="x-indicator"></div>
					<table class="x-tableBubble" cellspacing="0" cellpadding="0">
						<tr>
							<td class="x-tl"></td>
							<td class="x-tr"></td>
						</tr>
						<tr>
							<td class="x-message">
								%message%
								<div class="x-timeStamp" title="%time{dd MMM yyyy}%"><span class="x-name">%sender% @</span> %time%</div>
								<span id="insert"></span>
							</td>
							<td class="x-messageRight"></td>
						</tr>
						<tr>
							<td class="x-bl"></td>
							<td class="x-br"></td>
						</tr>
					</table>
				</div>
			</td>
		</tr>
	</table>
</div>