Image Must Have Alt Attribute
Images must have an alt Attribute. Until retrieved automatic from image meta information, set this by hand.
The alt attribute should describe the content of the image and is being used in captions on report.
Good Examples:
< src="" alt="Screenshot how to debug ERP5 portal activities" />
Bad Examples:
<img src="" alt="Screenshot" />