From 7938aa91d2889536af6a2f3857ae0a2dc7cf0a42 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 30 Apr 2012 12:01:31 -0400 Subject: [PATCH] Use inline if-else to cleanup HTML The result from the normal if-else block has linebreak, which result in poorly formatted HTML code. This should fix it and make the code looks cleaner. --- templates/accordion.html | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/templates/accordion.html b/templates/accordion.html index a94f738d29..9a8f7ddefe 100644 --- a/templates/accordion.html +++ b/templates/accordion.html @@ -7,21 +7,12 @@