thomascube
2009-06-19 a176965032edb15936a80c5e6c185abcf673c4a9
Typo

1 files modified
2 ■■■ changed files
program/include/rcube_string_replacer.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_string_replacer.php
@@ -74,7 +74,7 @@
    $i = -1;
    $scheme = strtolower($matches[1]);
    if (preg_match('!^(http||ftp|file)s?://!', $scheme)) {
    if (preg_match('!^(http|ftp|file)s?://!', $scheme)) {
      $url = $matches[1] . $matches[2];
      $i = $this->add(html::a(array('href' => $url, 'target' => '_blank'), Q($url)));
    }