diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:11:46 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:11:46 +0000 |
commit | 297ea45d46469b8c185bc0e2be1c4aa73b0c03e7 (patch) | |
tree | 6166c3a836a6617862cab82cd08789a98970cbd9 /templates | |
parent | f82cf719a971b2edb6d8467c24a080c26a85aba6 (diff) |
no borders in bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@42 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bubble_details.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl index 1ff69c2..53cd168 100644 --- a/templates/bubble_details.tpl +++ b/templates/bubble_details.tpl @@ -1,4 +1,4 @@ -<table border="1"> +<table> <tr> <td> <img class="{$image_id}" src="{$image_url}" /> |