From 158d0032361a8a37774992140372102a0e5b15eb Mon Sep 17 00:00:00 2001 From: Eunsub Kim Date: Tue, 24 Mar 2015 10:35:19 +0900 Subject: [PATCH] fix text bug --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index bba99ae..ff87af8 100644 --- a/src/routes.js +++ b/src/routes.js @@ -71,7 +71,7 @@ module.exports = function(app, db){ }else if(meta.type == 'button'){ return ''; }else if(meta.type == 'text'){ - return ''; + return ''; }