diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2011-09-08 01:44:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2011-09-08 01:44:30 +0000 |
commit | 0c6dc7eb1cf0a692ddfb9b3c1f32a9f2a1359990 (patch) | |
tree | 0077450a384a381870ec7bab30ddfc26e04726e6 /www/WebMagick/files/patch-aa | |
parent | Forced commit to note LICENSE addition and PR (diff) |
Sync with the latest variant from the project CVS
Notes
Notes:
svn path=/head/; revision=281417
Diffstat (limited to 'www/WebMagick/files/patch-aa')
-rw-r--r-- | www/WebMagick/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index b33ed822fd84..271c9c2d35e2 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -2,15 +2,15 @@ Index: webmagick.in =================================================================== RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v retrieving revision 1.117 -retrieving revision 1.167 -diff -u -r1.117 -r1.167 +retrieving revision 1.168 +diff -u -r1.117 -r1.168 --- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117 -+++ webmagick.in 25 Apr 2011 18:05:53 -0000 1.167 ++++ webmagick.in 8 Sep 2011 01:41:16 -0000 1.168 @@ -1,6 +1,6 @@ #! @PERL@ # -# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $ -+# $Id: webmagick.in,v 1.167 2011/04/25 18:05:53 ache Exp $ ++# $Id: webmagick.in,v 1.168 2011/09/08 01:41:16 ache Exp $ # # You are looking at the main PERL script for WebMagick, a package to # intelligently create HTML and JavaScript index files and imagemaps @@ -1330,7 +1330,7 @@ diff -u -r1.117 -r1.167 + if ($pic =~ /\.(jpg|jpeg?|gif|xbm|png|bmp|ico)$/i) { + print( PICHTML "<A HREF=\"$opt_pichtmllink\">") + if ($opt_pichtmllink ne ''); -+ print( PICHTML "<IMG SRC=\"", escapeurl($pic), "\" BORDER=0 ALT=\"${altlabel}\" TITLE=\"${altlabel}\">" ); ++ print( PICHTML "<IMG class='wm_pic' SRC=\"", escapeurl($pic), "\" BORDER=0 ALT=\"${altlabel}\" TITLE=\"${altlabel}\">" ); + print( PICHTML "</A>") + if ($opt_pichtmllink ne ''); } else { |