diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:18:39 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:18:39 +0200 |
| commit | 0a32ffbbd5befc00004607f19ab90cf830486b5d (patch) | |
| tree | 6e13e80633627f6ff895837ae8e17f30ebad8a9e | |
| parent | 0f2e785088ac4ff375994c54af3d24ab68509770 (diff) | |
foo
| -rw-r--r-- | dev.buetow.org/content/home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 3d129d6..ff35b5a 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 (@found) { $found =~ /.*hosts.(.*?).$tag/; my $host = $1; |
