From 6cdab6cbc9b44d7236c2897a23c56f2cc27722b6 Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 20 Sep 2017 03:26:04 +0200 Subject: [PATCH] Forgot to close a (#1603) --- templates/layouts/partials/helpers/ad.jet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/partials/helpers/ad.jet.html b/templates/layouts/partials/helpers/ad.jet.html index ea29cedf..0b168f38 100644 --- a/templates/layouts/partials/helpers/ad.jet.html +++ b/templates/layouts/partials/helpers/ad.jet.html @@ -4,7 +4,7 @@ {{ ID := (kilo_rand(2) + Sukebei()) }} {{ if ID == 0}} JList Games {{ end }} {{ if ID == 1}} JList Snacks {{ end }} - {{ if ID == 2}} JList Touhou {{ end }} + {{ if ID == 2}} JList Touhou {{ end }} {{ if ID == 3}} JList Onaholes {{ end }} {{else}} WeebShop Stickers @@ -16,7 +16,7 @@ {{ ID := kilo_rand(2) + (Sukebei()) }} {{ if ID == 0}} JList Games {{ end }} {{ if ID == 1}} JList Snacks {{ end }} - {{ if ID == 2}} JList Touhou {{ end }} + {{ if ID == 2}} JList Touhou {{ end }} {{ if ID == 3}} JList Onaholes {{ end }} {{end}} {{end}}