-rw-r--r-- | parsing.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,2 +94,4 @@ int cgit_parse_query(char *txt, configfn fn) value = t+1; + } else if (c=='+') { + *t = ' '; } else if (c=='&') { |
![]() |
index : patchwork/cgit.git | |
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | parsing.c | 2 |
@@ -94,2 +94,4 @@ int cgit_parse_query(char *txt, configfn fn) value = t+1; + } else if (c=='+') { + *t = ' '; } else if (c=='&') { |