X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FTroubleshooting.html;h=f43e6ed302660b61a2bb8c4082538cfb92aa8f5b;hb=b230bf207df576fa2ad165702184edf21f674ce7;hp=ed1c6f09fa1ae285346f37ff14eda53faefd140c;hpb=f501caed215bd12caced5106f9226638b2b15fb4;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Troubleshooting.html b/doc/Troubleshooting.html index ed1c6f09..f43e6ed3 100644 --- a/doc/Troubleshooting.html +++ b/doc/Troubleshooting.html @@ -69,6 +69,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
  • Browsing and Searching
  • Firefox share
  • RSS feeds
  • +
  • REST API
  • How To
    //list($status,$headers,$data) = getHTTP($url,4); // Short timeout to keep the application responsive.
    -// FIXME: Decode charset according to charset specified in either 1) HTTP response headers or 2) <head> in html 
    +// FIXME: Decode charset according to charset specified in either 1) HTTP response headers or 2) <head> in html 
     //if (strpos($status,'200 OK')) $title=html_extract_title($data);