From 0d60a0f54b653f309be291a43307d6361a814f8e Mon Sep 17 00:00:00 2001 From: appden Date: Thu, 12 Aug 2010 13:45:52 -0700 Subject: [PATCH] Migrated from liquid-for-designers v27 --- Liquid-for-Designers.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 9a1b2b6..f371fd5 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -113,7 +113,7 @@ Liquid allows you to write simple expressions in the @if@ or @unless@ (and optio # Same as above {% unless user.name == 'tobi' %} Hello non-tobi -{% endif %} +{% endunless %} # Check if the user has a credit card {% if user.creditcard != null %}