Preview
Issue #1
Extra string
- Saturn
- From what I see, this is a special case with broken html structure on this site. Most of the time it has html structure like this:
```css
.slide > .caption > .img_accreditation > .source[style="display:none;"]
.slide > .caption > .img_accreditation > .photographer[style="display:none;"]
```
And there's css rule to override inline `style="display:none;"`:
```css
.articleBodyWrapper div[data-embed24="Images"] .caption .img_accreditation .source, .articleBodyWrapper div[data-embed24="Images"] .caption .img_accreditation .photographer {
display: inline-block !important;
}
```
We can see pages with above structure everywhere on this site, and of course `source` and `photographer` are important contents should not get removed. Since when you remove it, you might cause problem then, for example, this page https://www.businessinsider.co.za/90-yoga-lovers-gathered-for-a-one-of-a-kind-class-to-help-raise-funds-for-homeless-dogs-2019-1 has another broken structure, and those `Business Insider SAJay`s are shown
- Accepted by admin
- However this text should be formatted as a cite, it it's displayed
- Type of issue
- Rudimentary content not removed
- Reported
- Feb 17, 2019