From 50f08cb0b43a7d9fee1d4b3047d71f569d741380 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 28 Nov 2011 00:47:12 -0800 Subject: Whoops: forgot to implement the escaping function. --- includes/SimpleMustache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/SimpleMustache.h') diff --git a/includes/SimpleMustache.h b/includes/SimpleMustache.h index 7bf0342..5d0b9cf 100644 --- a/includes/SimpleMustache.h +++ b/includes/SimpleMustache.h @@ -98,7 +98,7 @@ class SimpleMustache { Fragments m_fragments; Fragments::iterator render_r(IO h, Context * ctx, const String & endSection, Fragments::iterator begin, bool noWrite, int forceIdx); - String escape(const String & s) { return s; } + String escape(const String & s); }; }; -- cgit v1.2.3