Print the strip’s comment right below the strip for everyone to see.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 17 Oct 2014 07:26:00 +0000 (09:26 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 17 Oct 2014 07:26:00 +0000 (09:26 +0200)
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");
                }
        }