diff options
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 293cbbac..00eb6b3b 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -167,7 +167,6 @@ 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_gravatar> <img class="face" src="https://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&r=pg&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2F<TMPL_IF channel_face><TMPL_VAR channel_face ESCAPE="HTML"><TMPL_ELSE>larrythecow.gif</TMPL_IF>" alt="" align="right"> @@ -182,7 +181,6 @@ a.k.a. <b><TMPL_VAR channel_username></b> </p> </TMPL_IF> </div> -</td></tr></table> </TMPL_LOOP> |