Index: webcams.module
===================================================================
--- webcams.module (revision 1)
+++ webcams.module (working copy)
@@ -491,9 +491,9 @@
function theme_webcams_webcam(&$webcam) {
$output = '
';
- $img = '

';
+ $img = '

';
if (module_exists('thickbox') && $webcam->thickbox) {
- $zoom = '
 . drupal_get_path('module', 'webcams') .'/zoom.png)
';
+ $zoom = '
 . drupal_get_path('module', 'webcams') .'/zoom.png)
';
$output .= l($zoom, $webcam->default_url, array('attributes' => array('title' => $webcam->name, 'class' => 'thickbox'), 'html' => TRUE));
$output .= l($img, $webcam->default_url, array('attributes' => array('title' => $webcam->name, 'class' => 'thickbox'), 'html' => TRUE));