| author | |
| committer | |
| log | 9456af43d671a899ff5725f99e5186040fff094f |
| tree | 633b77bb3a3f25cc252aefa44e6771816f9c5193 |
| parent | ca41fc8f0a6abf964e99089777fc7b6953c09e14 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | @@ -224,7 +224,7 @@ fn entityLookupBefore(in: string) ?htmlentities.Entity { | ... | @@ -224,7 +224,7 @@ fn entityLookupBefore(in: string) ?htmlentities.Entity { |
| 224 | '%', | 224 | '%', |
| 225 | '+', | 225 | '+', |
| 226 | => return null, | 226 | => return null, |
| 227 | else => break, | 227 | else => {}, |
| 228 | } | 228 | } |
| 229 | } | 229 | } |
| 230 | if (std.mem.eql(u8, e.characters, in)) { | 230 | if (std.mem.eql(u8, e.characters, in)) { |