Sven Schultschik

Results 6 comments of 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 ![grafik](https://github.com/EliverLara/Nordic/assets/806395/eed27d18-cce3-4390-809c-c8d3aa4283fd) ![grafik](https://github.com/EliverLara/Nordic/assets/806395/4167a6f9-700a-4388-b28d-fea3a6640f2a)

> 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