# | Line 326 | Line 326 | bool Processor::process(HttpHandler& htt | |
---|---|---|
326 | if (line.find("-->", begin) >= startComment && line.find("-->", | |
327 | begin) != string::npos) | |
328 | { | |
329 | < | close = line.find("-->", begin) + 3; |
329 | > | close = line.find("-->", begin) + 2; |
330 | inComment = false; | |
331 | } | |
332 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |