Procházet zdrojové kódy

https should work too

tags/v0.99.beta17
Ben Wiley Sittler bsittler před 16 roky
rodič
revize
96a393f391
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      caca-php/examples/www/img2txt.php

+ 1
- 1
caca-php/examples/www/img2txt.php Zobrazit soubor

@@ -507,7 +507,7 @@ if($ret || strlen($stdout) || strlen($stderr))
}
if(strlen($stdout))
{
?><pre xml:space="preserve"><?= preg_replace('!([&]lt;)([.a-zA-Z0-9]+[@])([-.a-zA-Z0-9]+)([&]gt;)!', '$1<a href="mailto:$2$3">$2...</a>$4', preg_replace('!(\s|^)(http://[-.:_/0-9a-zA-Z%?=&;#]+)(\s|$)!', '$1<a href="$2">$2</a>$3', htmlspecialchars($stdout))) ?></pre><?php
?><pre xml:space="preserve"><?= preg_replace('!([&]lt;)([.a-zA-Z0-9]+[@])([-.a-zA-Z0-9]+)([&]gt;)!', '$1<a href="mailto:$2$3">$2...</a>$4', preg_replace('!(\s|^)(https?://[-.:_/0-9a-zA-Z%?=&;#]+)(\s|$)!', '$1<a href="$2">$2</a>$3', htmlspecialchars($stdout))) ?></pre><?php
;
}
?>


Načítá se…
Zrušit
Uložit