| Index: java/org/chromium/distiller/DomUtil.java
|
| diff --git a/java/org/chromium/distiller/DomUtil.java b/java/org/chromium/distiller/DomUtil.java
|
| index 3617c2b4cf4e45376a0297660ebe9deff471c8ac..45d78a2ee01484f646eb79e2255f1f6bc52c2838 100644
|
| --- a/java/org/chromium/distiller/DomUtil.java
|
| +++ b/java/org/chromium/distiller/DomUtil.java
|
| @@ -127,7 +127,7 @@ public class DomUtil {
|
| }
|
| // Note that the CSS property matching is case sensitive, and "Article" is the correct
|
| // capitalization.
|
| - String query = "[itemscope][itemtype*=\"Article\"],[itemscope][itemtype*=\"Post\"]";
|
| + String query = "[itemscope][itemtype*=\"Article\"],[itemscope][itemtype*=\"Posting\"]";
|
| allArticles = DomUtil.querySelectorAll(root, query);
|
| visibleElements = getVisibleElements(allArticles);
|
| // It is commonly seen that the article is wrapped separately or in multiple layers.
|
|
|