Print the strip’s comment right below the strip for everyone to see.
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / triggers / NewComicTrigger.java
index 0f89ddb..d2e0688 100644 (file)
@@ -160,6 +160,7 @@ public class NewComicTrigger implements Trigger {
                        html.append("\" alt=\"").append(StringEscapeUtils.escapeHtml4(strip.comment()));
                        html.append("\" title=\"").append(StringEscapeUtils.escapeHtml4(strip.comment()));
                        html.append("\"></div>\n");
+                       html.append("<div>").append(StringEscapeUtils.escapeHtml4(strip.comment())).append("</div>\n");
                }
        }