[Checkins] SVN: Zope/trunk/src/Products/PageTemplates/tests/ Fix formatting output differences thx to less TAL-wrapping

Hanno Schlichting hannosch at hannosch.eu
Tue Aug 23 07:26:49 EDT 2011


Log message for revision 122684:
  Fix formatting output differences thx to less TAL-wrapping
  

Changed:
  U   Zope/trunk/src/Products/PageTemplates/tests/input/TeeShop1.html
  U   Zope/trunk/src/Products/PageTemplates/tests/output/TeeShop1.html

-=-
Modified: Zope/trunk/src/Products/PageTemplates/tests/input/TeeShop1.html
===================================================================
--- Zope/trunk/src/Products/PageTemplates/tests/input/TeeShop1.html	2011-08-23 11:14:07 UTC (rev 122683)
+++ Zope/trunk/src/Products/PageTemplates/tests/input/TeeShop1.html	2011-08-23 11:26:49 UTC (rev 122684)
@@ -46,7 +46,7 @@
                   on your tee.</span></td>
                 <td align="right" width="1%" rowspan="2"> 
                   <p><img src="/images/smlatee.jpg" width="200" height="200"
-				          tal:attributes="src string:/images/${product/image}"></p>
+                          tal:attributes="src string:/images/${product/image}"></p>
                 </td>
               </tr>
               <tr> 

Modified: Zope/trunk/src/Products/PageTemplates/tests/output/TeeShop1.html
===================================================================
--- Zope/trunk/src/Products/PageTemplates/tests/output/TeeShop1.html	2011-08-23 11:14:07 UTC (rev 122683)
+++ Zope/trunk/src/Products/PageTemplates/tests/output/TeeShop1.html	2011-08-23 11:26:49 UTC (rev 122684)
@@ -43,13 +43,12 @@
                 <td colspan="2" class="bodylist" height="200" valign="top"><b>Description: 
                   </b>This is the tee for those who LOVE Zope. Show your heart on your tee.</td>
                 <td align="right" width="1%" rowspan="2"> 
-                  <p><img src="/images/smlatee.jpg"
-                          width="200" height="200"></p>
+                  <p><img src="/images/smlatee.jpg" width="200" height="200"></p>
                 </td>
               </tr>
               <tr> 
                 <td class="bodylist"><img src="images/clear.gif" width="150" height="10"></td>
-                  <td class="bodylist"><b>Price</b>:12.99</td>
+                <td class="bodylist"><b>Price</b>:12.99</td>
               </tr>
             </table>
           </td>
@@ -61,8 +60,7 @@
                 <td colspan="2" class="bodylist" height="200" valign="top"><b>Description: 
                   </b>This is the tee for Jim Fulton. He's the Zope Pope!</td>
                 <td align="right" width="1%" rowspan="2"> 
-                  <p><img src="/images/smpztee.jpg"
-                          width="200" height="200"></p>
+                  <p><img src="/images/smpztee.jpg" width="200" height="200"></p>
                 </td>
               </tr>
               <tr> 



More information about the checkins mailing list