Sven Schultschik
Sven Schultschik
> Above the function `getInput()` there is a comment: `Method to get the field input markup for a spacer. The spacer does not have accept input.` so adding code here...
@drmenzelit yes you're right sorry. @chmst yes that's a pretty old field. I thought about to rewrite it so it really only makes a space or a line without the...
I have similar problems on Manjaro  
> The problem I see is that it can break existing extensions when they add the / by themself, it will then be doubled. Not saying that the fix is...
@richard67 no. As mentioned in the issue it is a different place which needs to be fixed.
> It's more readable to use `ltrim($path, '/') . '/' ...` also reduces the if a / exists I've done the requested change @HLeithner