diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-06-01 10:23:18 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-06-01 10:23:18 +0000 |
commit | 6cd7428049ac403a2b77b27ff079a54e264e9753 (patch) | |
tree | b88b0987469ad3dcda967b9409ec355f363a4343 /templates | |
parent | update ferdy (diff) | |
download | planet-6cd7428049ac403a2b77b27ff079a54e264e9753.tar.gz planet-6cd7428049ac403a2b77b27ff079a54e264e9753.tar.bz2 planet-6cd7428049ac403a2b77b27ff079a54e264e9753.zip |
fix wrapping thanks to Xavier Neys
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 02586a7..6036cd7 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -105,6 +105,7 @@ a.k.a. <b><TMPL_VAR channel_username></b> </div> </TMPL_IF> +<table width="100%" style="table-layout:fixed"><tr><td> <div class="entrycontent"><p> <TMPL_IF channel_face> <img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right"> @@ -119,6 +120,7 @@ a.k.a. <b><TMPL_VAR channel_username></b> </p> </TMPL_IF> </div> +</td></tr></table> </TMPL_LOOP> |