Ignore:
Timestamp:
Feb 22, 2015, 11:05:49 PM (9 years ago)
Author:
chronos
Message:
  • Remove: Trailing spaces from end of lines from all files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HTML/BBCodeParser2/Filter/Links.php

    r760 r815  
    156156            return $matches[1].$o.'url'.$c.$matches[2].$o.'/url'.$c.$trailing;
    157157        }
    158        
     158
    159159        return $matches[0];
    160160    }
     
    195195            return $o.'url='.$urlServ.$path.$c.$matches[6].$o.'/url'.$c;
    196196        }
    197        
     197
    198198        //Else remove url tag
    199199        return $matches[6];
Note: See TracChangeset for help on using the changeset viewer.