X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FDownload-CSS-styles-from-an-OPML-list.html;h=18cc5d9a8cbf5c9d692a5b4033bccf4353553ab5;hb=c318096c7a6fb3f6b00bd8c694ab7acb8fbb7cd0;hp=aaafbfeb6c832d876c858a1b44e1d22a33147cb6;hpb=47be06098396b5eef35234b88227d64ab81bd988;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Download-CSS-styles-from-an-OPML-list.html b/doc/Download-CSS-styles-from-an-OPML-list.html index aaafbfeb..18cc5d9a 100644 --- a/doc/Download-CSS-styles-from-an-OPML-list.html +++ b/doc/Download-CSS-styles-from-an-OPML-list.html @@ -52,29 +52,28 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
@@ -158,7 +157,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf function copyUserStyleFrom($url, $name, $knownStyles) { $userStyle = $url."inc/user.css"; if(in_array($url, $knownStyles)) { - // TODO add log message + // TODO add log message } else { $statusCode = get_http_response_code($userStyle); if(intval($statusCode)<300) { @@ -210,8 +209,8 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf /** * Reading directory list, courtesy of http://www.laughing-buddha.net/php/dirlist/ - * @param directory the directory we want to list files of - * @return a simple array containing the list of absolute file paths. Notice that current file (".") and parent one("..") + * @param directory the directory we want to list files of + * @return a simple array containing the list of absolute file paths. Notice that current file (".") and parent one("..") * are not listed here */ function getDirectoryList ($directory) {