diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-15 12:56:45 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-15 12:56:45 +0200 |
| commit | 1b9b7434445e84eef29ccfda9a80b54c19343df5 (patch) | |
| tree | 3018a8e3d4fec9aeee6987e98f74cf8063d7b161 /Xerl/Page/Content.pm | |
| parent | af4ddb3afc5e0fe4c77b9df3bcb4ea4aa2d33c8d (diff) | |
remove libXML
Diffstat (limited to 'Xerl/Page/Content.pm')
| -rw-r--r-- | Xerl/Page/Content.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm index bd3e8ee..d9d7d34 100644 --- a/Xerl/Page/Content.pm +++ b/Xerl/Page/Content.pm @@ -213,8 +213,6 @@ sub _insert_special_vars($$$$) { $$rtext =~ s/@\@text\@\@/$_=$element->get_text();chomp;$_/geo; $$rtext =~ s/@\@ln\@\@//go; - #$$rtext =~ s/@\@link\@\@/$element->get_params()->{link}.'$$params$$'/geo; - if ( $$rtext =~ /@\@(.*?)\@\@/ ) { my $params = $element->get_params(); return unless ref $params eq 'HASH'; |
