dfdd57e8a3
* The closing quotes after the `VALUE` attribute were not escaped. This commit adds them * The regex assumed that the short name does not contain whitespace. I am looking at a Domino instance where the short name DOES contain whitespace. This commit changes the regex such that the value is assumed to not contain a quote before the closing quote. Of course, there could be an escaped quote inside quotes in the HTML source, but if we want to do it properly, we'd need an HTML parser which exceeds my modest ruby skills. * The fields `$dspHTTPPassword` and `dspHTTPPassword` (without the dollar sign) can both contain the hash. The code assumed that only up to one of those fields contain a hash. This leads to the hash being printed twice in the output in my case.