diff --git a/plugins/configuration.rb b/plugins/configuration.rb index ef231874b9f..fc599102e64 100644 --- a/plugins/configuration.rb +++ b/plugins/configuration.rb @@ -104,7 +104,7 @@ module Jekyll unless [true, false, 'inclusive', 'exclusive'].include? attr['required'] isTrue = attr['required'].to_s == 'true' - startSymbol = isTrue ? '' : '(' + startSymbol = isTrue ? ' ' : ' (' endSymbol = isTrue ? '' : ')' showDefault = isDefault && (defaultValue.length <= MIN_DEFAULT_LENGTH) shortDefaultValue = ""