From c43a9600f00c6c970c7f693bde6404a4a8ae78a4 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 ''; }