View | Details | Raw Unified | Return to bug 209841
Collapse All | Expand All

(-)mail/roundcube/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	roundcube
3
PORTNAME=	roundcube
4
DISTVERSION=	1.1.5
4
DISTVERSION=	1.1.5
5
PORTREVISION=	1
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES?=	mail www
7
CATEGORIES?=	mail www
7
MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
8
MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
(-)mail/roundcube/files/patch-program_lib_Roundcube_rcube__washtml.php (+11 lines)
Line 0 Link Here
1
--- program/lib/Roundcube/rcube_washtml.php.orig	2016-05-29 19:29:14 UTC
2
+++ program/lib/Roundcube/rcube_washtml.php
3
@@ -370,7 +370,7 @@ class rcube_washtml
4
      */
5
     private function is_link_attribute($tag, $attr)
6
     {
7
-        return $tag == 'a' && $attr == 'href';
8
+        return ($tag == 'a' || $tag == 'area') && $attr == 'href';
9
     }
10
 
11
     /**

Return to bug 209841