Fix stalled parsing when `&` reached in text node

This commit is contained in:
Wilson Lin 2018-07-20 22:36:06 +12:00
parent aa76e9e415
commit 286547e209
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ void hbs_content(hbu_pipe_t pipe) {
case '&':
// TODO
hbu_pipe_accept(pipe);
break;
default: