summaryrefslogtreecommitdiff
path: root/dev.buetow.org/content
diff options
context:
space:
mode:
Diffstat (limited to 'dev.buetow.org/content')
-rw-r--r--dev.buetow.org/content/home.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml
index 961d985..3d129d6 100644
--- a/dev.buetow.org/content/home.xml
+++ b/dev.buetow.org/content/home.xml
@@ -39,7 +39,7 @@
my $ret = '';
- for my $found (grep !/\.foo$/, @found) {
+ for my $found (grep !/\.foo/, @found) {
$found =~ /.*hosts.(.*?).$tag/;
my $host = $1;