From 7fdd4690e74d70b1ce86da4b68c84074bdc73287 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Tue, 18 Jun 2013 16:36:07 -0700 Subject: [PATCH] this wasn't treating false as false --- core/src/main/resources/lib/hudson/projectView.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/hudson/projectView.jelly b/core/src/main/resources/lib/hudson/projectView.jelly index 3858bc0241..10a582b763 100644 --- a/core/src/main/resources/lib/hudson/projectView.jelly +++ b/core/src/main/resources/lib/hudson/projectView.jelly @@ -63,7 +63,7 @@ THE SOFTWARE. + style="${showViewTabs?'margin-top:0px; border-top: none;':null}"> -- GitLab