From ee59683bf4b77c6dc783dc4c8ea599b8da73fcd0 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 15 Dec 2010 15:24:47 -0800 Subject: [PATCH] this wasn't a boolean attribute --- core/src/main/resources/lib/hudson/projectView.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/hudson/projectView.jelly b/core/src/main/resources/lib/hudson/projectView.jelly index 731ebbcf76..c34f69d485 100644 --- a/core/src/main/resources/lib/hudson/projectView.jelly +++ b/core/src/main/resources/lib/hudson/projectView.jelly @@ -33,8 +33,8 @@ THE SOFTWARE. The base URL of all job links. Normally ${rootURL}/ - - If the caller rendered a view tabes, set this to true so that CSS is adjusted accordingly. + + If the caller rendered a view tabes, set this attribute so that CSS is adjusted accordingly. If non-null, render nested views. -- GitLab