elextr commented on this pull request.
> @@ -1788,6 +1788,9 @@ void utils_tidy_path(gchar *filename)
const gchar *needle;
gboolean preserve_double_backslash = FALSE;
+ if (utils_is_uri(filename))
+ return;
Though actually my exhaustive test with Chrome and Firefox shows that browsers
are perfectly happy without the // already.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/963#discussion_r103443663