diff --git a/css/HtmlFormat.css b/css/HtmlFormat.css index 2b8ddd5..cee2020 100644 --- a/css/HtmlFormat.css +++ b/css/HtmlFormat.css @@ -53,6 +53,11 @@ h1.pagetitle { color: #2196F3; } + +h1.pagetitle > a { + color: #2196F3; +} + a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited { color: #2196F3; diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index 9b42694..20d4901 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -45,8 +45,8 @@ EOD; -

{$title}

-
+

{$title}

+
{$entries} diff --git a/index.php b/index.php index ec74915..9440625 100644 --- a/index.php +++ b/index.php @@ -67,9 +67,7 @@ $whitelist_default = array( "PinterestBridge", "ScmbBridge", "TwitterBridge", - "WikipediaENBridge", - "WikipediaEOBridge", - "WikipediaFRBridge", + "WikipediaBridge", "YoutubeBridge"); if (!file_exists($whitelist_file)) { @@ -187,7 +185,15 @@ $formats = Format::searchInformation();
RSS-Bridge alpha 0.2 ~ Public Domain
/ active bridges.
-
+
'; + else + echo '
'; + } + ?>