[XHTML conformance.
prb@mult.ifario.us**20080703060647] {
hunk ./src/Blog/FrontEnd/Presentation.hs 197
- , thestyle "vertical-align: top;" ]
+ , thestyle "vertical-align: top;"
+ , alt "(comment bubbles)" ]
hunk ./src/Blog/FrontEnd/Presentation.hs 230
- , thestyle "vertical-align: top;" ]
+ , thestyle "vertical-align: top;"
+ , alt "(new comment bubble)" ]
hunk ./src/Blog/FrontEnd/Presentation.hs 303
-render_tag tag = image ! [ src "images/tag.png" ] +++ (_a (tag_link tag) t)
+render_tag tag = image ! [ src "images/tag.png"
+ , alt "(tag)"] +++ (_a (tag_link tag) t)
}