planet-web r667 - in trunk/themes: gnome news



Author: ovitters
Date: Mon Jan 26 18:18:53 2009
New Revision: 667
URL: http://svn.gnome.org/viewvc/planet-web?rev=667&view=rev

Log:
Change from <tt> to <pre>


Modified:
   trunk/themes/gnome/index.html.tmpl
   trunk/themes/news/index.html.tmpl

Modified: trunk/themes/gnome/index.html.tmpl
==============================================================================
--- trunk/themes/gnome/index.html.tmpl	(original)
+++ trunk/themes/gnome/index.html.tmpl	Mon Jan 26 18:18:53 2009
@@ -125,9 +125,9 @@
 </div> <!-- /post-header -->
 
 <div class="post-contents">
-<TMPL_IF channel_fixedwidth><tt></TMPL_IF>
+<TMPL_IF channel_fixedwidth><pre></TMPL_IF>
 <TMPL_VAR content>
-<TMPL_IF channel_fixedwidth></tt></TMPL_IF>
+<TMPL_IF channel_fixedwidth></pre></TMPL_IF>
 </div> <!-- /post-contents -->
 
 <div class="post-footer">

Modified: trunk/themes/news/index.html.tmpl
==============================================================================
--- trunk/themes/news/index.html.tmpl	(original)
+++ trunk/themes/news/index.html.tmpl	Mon Jan 26 18:18:53 2009
@@ -125,9 +125,9 @@
 </div> <!-- /post-header -->
 
 <div class="post-contents">
-<TMPL_IF channel_fixedwidth><tt></TMPL_IF>
+<TMPL_IF channel_fixedwidth><pre></TMPL_IF>
 <TMPL_VAR content>
-<TMPL_IF channel_fixedwidth></tt></TMPL_IF>
+<TMPL_IF channel_fixedwidth></pre></TMPL_IF>
 </div> <!-- /post-contents -->
 
 <div class="post-footer">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]