diff options
-rw-r--r-- | parsing.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ int cgit_parse_query(char *txt, configfn fn) | |||
92 | if (c=='=') { | 92 | if (c=='=') { |
93 | *t = '\0'; | 93 | *t = '\0'; |
94 | value = t+1; | 94 | value = t+1; |
95 | } else if (c=='+') { | ||
96 | *t = ' '; | ||
95 | } else if (c=='&') { | 97 | } else if (c=='&') { |
96 | *t = '\0'; | 98 | *t = '\0'; |
97 | (*fn)(txt, value); | 99 | (*fn)(txt, value); |