diff options
Diffstat (limited to 'src/zope/pagetemplate/tests/output')
-rw-r--r-- | src/zope/pagetemplate/tests/output/teeshop1.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/zope/pagetemplate/tests/output/teeshop1.html b/src/zope/pagetemplate/tests/output/teeshop1.html index ed2eb1e..d2abcdb 100644 --- a/src/zope/pagetemplate/tests/output/teeshop1.html +++ b/src/zope/pagetemplate/tests/output/teeshop1.html @@ -43,8 +43,7 @@ <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> @@ -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> |