From e66dd31acb65924b0795c47e2c60cc55d5facf4b Mon Sep 17 00:00:00 2001 From: lukasb Date: Thu, 6 Jan 2011 12:12:49 -0800 Subject: [PATCH] Updated Liquid for Designers (textile) --- Liquid-for-Designers.textile | 1 - 1 file changed, 1 deletion(-) diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 5b28f36..3e6f845 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -53,7 +53,6 @@ h3. Standard Filters * **size** - return the size of an array or string * **escape** - escape a string * **escape_once** - returns an escaped version of html without affecting existing escaped entities -* **urlencode** encode string for use in a url * **strip_html** - strip html from string * **strip_newlines** - strip all newlines (\n) from string * **newline_to_br** - replace each newline (\n) with html break