diff options
| author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-06-21 16:25:25 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-06-21 16:25:25 +0200 |
| commit | ea322b85549ac4e1f01ce5bc280091e4888f7304 (patch) | |
| tree | 13f5db1bd8ed1b9c381c3ce1f3450e4043018ffa | |
| parent | 83e0a0d68017900a5994efc933cba86c147c5138 (diff) | |
| download | ftr-site-config-ea322b85549ac4e1f01ce5bc280091e4888f7304.tar.gz ftr-site-config-ea322b85549ac4e1f01ce5bc280091e4888f7304.zip | |
Update blog.trello.com.txt (#310)
| -rw-r--r-- | blog.trello.com.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.trello.com.txt b/blog.trello.com.txt index 87f9cf2..3c11a81 100644 --- a/blog.trello.com.txt +++ b/blog.trello.com.txt @@ -1,5 +1,5 @@ title: //div[contain(@class, 'post-header')] -body: //div[contains(@class, 'post-body')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' post-body ')] author: //a[contains(@class, 'author-link')] date: //span[contains(@class, 'byline-date')] |
