Replace caption= attribute with title= on images
Review Request #8393 — Created Sept. 9, 2016 and submitted
Previously,
<img>tags inRB.ReviewableViewused thecaption=
attribute, which is an invalid attribute. These have all been changed to
use thetitle=attribute.
Tool: Pyflakes Ignored Files: reviewboard/static/rb/js/views/imageReviewableView.js Tool: PEP8 Style Checker Ignored Files: reviewboard/static/rb/js/views/imageReviewableView.js