| Index: java/org/chromium/distiller/webdocument/WebText.java
|
| diff --git a/java/org/chromium/distiller/webdocument/WebText.java b/java/org/chromium/distiller/webdocument/WebText.java
|
| index cc2046e7521e9555c1c8cdf81792b88394fa5368..47e97c04c1607f5e191ec31ed19c9dac346153fe 100644
|
| --- a/java/org/chromium/distiller/webdocument/WebText.java
|
| +++ b/java/org/chromium/distiller/webdocument/WebText.java
|
| @@ -66,6 +66,7 @@ public class WebText extends WebElement {
|
|
|
| // Make sure links are absolute and IDs are gone.
|
| DomUtil.makeAllLinksAbsolute(clonedRoot);
|
| + DomUtil.stripTargetAttributes(clonedRoot);
|
| DomUtil.stripIds(clonedRoot);
|
| DomUtil.stripFontColorAttributes(clonedRoot);
|
| DomUtil.stripStyleAttributes(clonedRoot);
|
|
|