While opening #439 I noticed that Thor::Shell::HTML doesn't HTML escape the content it outputs. This: ``` html <span style="color: red;"><Not Found></span> ``` Should probably be: ``` html <span style="color: red;"><Not Found></span> ```