Luke Shumaker 1f77b28691 markup.c: markup_unquote(): Unquote things in the correct order
Because "&" is not the last character to be unescaped, it is possible that
the lines for "<" and ">" expand some things they shouldn't.

For example, "&amp;lt;" should become "&lt;", but instead it becomes ">".
While this is unlikely to appear naturally in a notification, it is wrong.
2017-03-13 16:40:28 -04:00
..
2017-02-20 18:04:24 +02:00
2017-02-19 17:11:19 -03:00
2017-02-05 13:05:52 +02:00
x.c
2017-03-09 11:32:06 -05:00