projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35d0e0
)
No need for this snippet to be xhtml
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 22 Aug 2010 03:40:04 +0000
(23:40 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 22 Aug 2010 03:40:04 +0000
(23:40 -0400)
ansel/preview.php
patch
|
blob
|
history
diff --git
a/ansel/preview.php
b/ansel/preview.php
index
36eeb72
..
7356b2b
100644
(file)
--- a/
ansel/preview.php
+++ b/
ansel/preview.php
@@
-24,7
+24,7
@@
if ($gal->hasPermission($GLOBALS['registry']->getAuth(), Horde_Perms::SHOW) &&
!$gal->hasPasswd() &&
$gal->isOldEnough()) {
- echo '<img src="' . $img . '" alt="' . htmlspecialchars($image->filename) . '"
/
>';
+ echo '<img src="' . $img . '" alt="' . htmlspecialchars($image->filename) . '">';
} else {
echo '';
}