X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftemplate%2FImageLinkFilter.java;h=9e758cfd525312fd64178f2351e589acc620a825;hb=18ce272a6e9b0af7fa7f1874a70b9ef7ff11e592;hp=35cc140c97dbdcf415dd9394724b1b52569f3899;hpb=5611d91c2ea8e5360f196024734931715d019713;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/template/ImageLinkFilter.java b/src/main/java/net/pterodactylus/sone/template/ImageLinkFilter.java index 35cc140..9e758cf 100644 --- a/src/main/java/net/pterodactylus/sone/template/ImageLinkFilter.java +++ b/src/main/java/net/pterodactylus/sone/template/ImageLinkFilter.java @@ -38,7 +38,7 @@ import net.pterodactylus.util.template.TemplateParser; */ public class ImageLinkFilter implements Filter { - /** The template to render for the <img%gt; tag. */ + /** The template to render for the <img> tag. */ private static final Template linkTemplate = TemplateParser.parse(new StringReader(" class=\"<%class|css>\"<%/if> src=\"<%src|html>\" alt=\"<%alt|html>\" title=\"<%title|html>\" width=\"<%width|html>\" height=\"<%height|html>\" style=\"position: relative;<%ifnull ! top>top: <% top|html>;<%/if><%ifnull ! left>left: <% left|html>;<%/if>\"/>")); /** The template context factory. */