From 5c6f5db164eb149fe9ae5f81793896520a2e3208 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 14 Sep 2013 23:44:39 +0200 Subject: Fix themerepublic.net enhancer --- utility/articleenhancer/ThemeRepublicEnhancer.php | 21 --------------------- utility/articleenhancer/themerepublicenhancer.php | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 utility/articleenhancer/ThemeRepublicEnhancer.php create mode 100644 utility/articleenhancer/themerepublicenhancer.php (limited to 'utility') diff --git a/utility/articleenhancer/ThemeRepublicEnhancer.php b/utility/articleenhancer/ThemeRepublicEnhancer.php deleted file mode 100644 index c13ff6027..000000000 --- a/utility/articleenhancer/ThemeRepublicEnhancer.php +++ /dev/null @@ -1,21 +0,0 @@ - "//*[@class='post hentry']" - ), - $timeout - ); - } -} -?> \ No newline at end of file diff --git a/utility/articleenhancer/themerepublicenhancer.php b/utility/articleenhancer/themerepublicenhancer.php new file mode 100644 index 000000000..c13ff6027 --- /dev/null +++ b/utility/articleenhancer/themerepublicenhancer.php @@ -0,0 +1,21 @@ + "//*[@class='post hentry']" + ), + $timeout + ); + } +} +?> \ No newline at end of file -- cgit v1.2.3