summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-09-04 14:25:41 +0000
committerSteve Dibb <beandog@gentoo.org>2007-09-04 14:25:41 +0000
commit3324f21803c99aa32570bd9e060ac8dcc1597825 (patch)
treea7fa4a78d09dc27a52c5f70b5fef83c3e91a402f /templates/index.html.tmpl
parentadd antarus (diff)
downloadplanet-3324f21803c99aa32570bd9e060ac8dcc1597825.tar.gz
planet-3324f21803c99aa32570bd9e060ac8dcc1597825.tar.bz2
planet-3324f21803c99aa32570bd9e060ac8dcc1597825.zip
remove facewidth, faceheight
Diffstat (limited to 'templates/index.html.tmpl')
-rw-r--r--templates/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 5eeaf64..0c38971 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -107,7 +107,7 @@ a.k.a. <b><TMPL_VAR channel_username></b>
<div class="entrycontent"><p>
<TMPL_IF channel_face>
-<img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right">
+<img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right">
</TMPL_IF>
<TMPL_VAR content>
</p>