One small Bug using http and filepath as command

Hi.

I encounter small problem.
I was using my localhost in combination with opus i order to get more productivity.
So i wanted to give and php-script a {filepath} parameter, but one sign " come allway at the end.
Even if i use nofilenamequoting

@nofilenamequoting http://localhost/script.php?path={filepath}

lets say i selected a file D:\filename.txt and click on the button with the command above.
The Browser opens with the address:

http://localhost/script.php?path=D:\filename.txt"

Please fix that.

That does not seem to happen here. Are you sure the problem is with Opus and not the web browser (which may not be expecting those symbols in that part of the URL unescaped, for example)?

Try pasting the same URL, with the actual path and without any quotes, into the Start -> Run dialog to see what happens.

Sorry my example was wrong.
The quotation mark come if foldername is given.

A Test with Start->Run append no quotation mark for both folder and file names.

Try {filepath|noterm} instead of {filepath}

This works.