This file is indexed.

/usr/share/kde4/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Demo.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<base href="%@">

	<style id="mainStyle" type="text/css" media="screen,print">	@import url( "Variants/Yellow on Green Alternating.css" ); </style>

</head>
<body style="background-color:#e3e3e3">
<div id="Chat">
	<div class="x-chatItem incomingItem">
		<table width="100%">
			<tr>
				<td valign="top">
					<img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="x-avatar">
					<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">
									Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
									<div class="x-timeStamp">Torrey @ 4:55 am</div>
										<div class="x-followUp"></div>
										<div>
											testing 1
											<div class="x-timeStamp">%sender% @ %time%</div>
										</div>
										<div class="x-followUp"></div>
										<div class="x-followUpMessage">
											testing 123
											<div class="x-timeStamp">%sender% @ %time%</div>
										</div>
										<div class="x-followUp"></div>
										<div>
											testing 123testing 123testing 123testing 123
											testing 123testing 123
											<div class="x-timeStamp">%sender% @ %time%</div>
										</div>
								</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>

	<div class="x-chatItem outgoingItem">
		<table width="100%">
			<tr>
				<td valign="top">
					<img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="x-avatar">
					<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">
									Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas aliquam sapien. Aliquam sed erat eu leo bibendum egestas. Praesent mauris. Quisque eget eros et neque scelerisque convallis. Phasellus orci. Pellentesque interdum tellus a erat. venenatis tristique.
									<div class="x-timeStamp">Torrey @ 4:55 am</div>
								</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>

</div>
</body>
</html>