[Rt-commit] [svn] r1494 - rtir/branches/1.1/html/RTIR/Elements

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed Sep 15 14:31:57 EDT 2004


Author: leira
Date: Wed Sep 15 14:31:56 2004
New Revision: 1494

Modified:
   rtir/branches/1.1/html/RTIR/Elements/MakeClicky
Log:
RT-Ticket: 5361
RT-Status: resolved
RT-Action: correspond
Applied the patch from vytautas at litnet.lt.


Modified: rtir/branches/1.1/html/RTIR/Elements/MakeClicky
==============================================================================
--- rtir/branches/1.1/html/RTIR/Elements/MakeClicky	(original)
+++ rtir/branches/1.1/html/RTIR/Elements/MakeClicky	Wed Sep 15 14:31:56 2004
@@ -88,7 +88,7 @@
    Bip		=> [ q[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}], $cb{ip} ],
    Cipdecimal	=> [ q[\d{8,13}(?!=)], $cb{ipdecimal} ],
    Demail	=> [ q[(?:mailto:)?[\w\.\+-]+\@[\w\.-]+\.\w{2,3}], $cb{email}],
-   Fdomain	=> [ q[(?:[\w-]+\.)+[a-z]{2,3}], $cb{host}  ],
+   Fdomain	=> [ q[(?:[\w-]+\.)+[A-Za-z]{2,3}], $cb{host} ],
    GRIPE	=> [ q[(?-i:[A-Z][A-Z0-9-]+)], $cb{noc} ],
   );
 my @types = sort keys %types;


More information about the Rt-commit mailing list