diff options
| author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2017-02-01 23:15:06 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-02-01 23:15:06 +0100 |
| commit | a247cc5261ff838383f76ffcd44a420caea75f70 (patch) | |
| tree | c9ef2338a603041841095e961a484428aff3b5e2 /heise.de.txt | |
| parent | 2833f76fd8d7adaf18146ee2313356e4d02c671d (diff) | |
| download | ftr-site-config-a247cc5261ff838383f76ffcd44a420caea75f70.tar.gz ftr-site-config-a247cc5261ff838383f76ffcd44a420caea75f70.zip | |
Some fixes (#250)
* Fix LF / CRLF
* Fix some typos
Diffstat (limited to 'heise.de.txt')
| -rwxr-xr-x | heise.de.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heise.de.txt b/heise.de.txt index 5bca8ac..869cd9b 100755 --- a/heise.de.txt +++ b/heise.de.txt @@ -42,7 +42,8 @@ strip_id_or_class: ad_ # Some optimizations replace_string(<h5>): <h2> replace_string(</h5>): </h2> -replace_string(<span class="bild_rechts" style="width:): <p " +# this line breaks the parser +#replace_string(<span class="bild_rechts" style="width:): <p " replace_string(<div class="heisebox">): <blockquote> single_page_link: //a[contains(@href, '?view=print')] |
