diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-09-04 14:25:41 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-09-04 14:25:41 +0000 |
commit | 3324f21803c99aa32570bd9e060ac8dcc1597825 (patch) | |
tree | a7fa4a78d09dc27a52c5f70b5fef83c3e91a402f /templates | |
parent | add antarus (diff) | |
download | planet-3324f21803c99aa32570bd9e060ac8dcc1597825.tar.gz planet-3324f21803c99aa32570bd9e060ac8dcc1597825.tar.bz2 planet-3324f21803c99aa32570bd9e060ac8dcc1597825.zip |
remove facewidth, faceheight
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 5eeaf641..0c389710 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> |