Ignore:
Timestamp:
Dec 16, 2008, 11:55:08 PM (15 years ago)
Author:
vdigital
Message:

Border removal in mails on thumbnails (2). Need further tests.
merge -c2994 from branch 2.0 to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r2651 r2995  
    711711                nl2br(
    712712                  preg_replace("/(http:\/\/)([^\s,]*)/i",
    713                                "<a href='$1$2'>$1$2</a>",
     713                               "<a href='$1$2' class='thumblnk'>$1$2</a>",
    714714                               htmlspecialchars($args['content']))).
    715715                '</p>';
Note: See TracChangeset for help on using the changeset viewer.