repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
test
/
fixtures
/
app
/
views
/
test_mailer
/
multipart_rendering.text.html.tpl
blob
aaeae2da6d19e591bb0fe5be4f05cbb3832bdba2
1
<html>
2
<body>
3
4
<h1>Rendered as HTML</h1>
5
6
<p>Akelos framework Logo</p>
7
8
<hidden>
9
<img src="http://www.bermilabs.com/images/bermilabs_logo.png" />
10
11
<img src="/images/akelos_framework_logo.png" />
12
</hidden>
13
14
</body>
15
</html>