Ignore:
Timestamp:
07/07/08 17:55:49 (4 years ago)
Author:
hverton
Message:

fixed wrong image type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/tracsvn_include.php

    r1415 r1529  
    7474    $text = preg_replace("/{{{(.*?)}}}/i", "<br /><hr ><span style='font-family:monospace;'>\\1</span><hr />", $text); 
    7575    // external links in a new window 
    76     $text = preg_replace("/\[http(.*?) (.*?)\]/si", "<a href='http\\1' title='' target='_blank'>\\2</a><img src='".THEME."images/external_link.jpg' alt='' />", $text); 
     76    $text = preg_replace("/\[http(.*?) (.*?)\]/si", "<a href='http\\1' title='' target='_blank'>\\2</a><img src='".THEME."images/external_link.gif' alt='' />", $text); 
    7777    // other links as is 
    7878    $text = preg_replace("/\[(.*?) (.*?)\]/si", "<a href='\\1' title=''>\\2</a> alt='' />", $text);  
Note: See TracChangeset for help on using the changeset viewer.