From 630ff09db2e872ffeccf34173433408f0c5d88de Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 4 Dec 2013 23:42:40 +0800 Subject: [PATCH] Make it multiple lines --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4e62bff..76b7ffb 100644 --- a/index.html +++ b/index.html @@ -247,7 +247,10 @@ h1{ } } - return '
' + d.time.title + ' ' + d.text + '  
'; + return '
' + + '
' + + '' + d.time.title + ' ' + d.text + '  ' + + '
'; return ''; }, renderYears: function(firstYear, lastYear){