--- test/html-whatpm/parser-manakai-interface.en.html 2007/06/25 00:15:12 1.2 +++ test/html-whatpm/parser-manakai-interface.en.html 2008/04/12 15:57:56 1.4 @@ -71,12 +71,17 @@ if (document.getElementById ('html5').checked) { uri += 'html/'; uri += document.getElementById ('element').value + '/'; + } else if (document.getElementById ('h2h').checked) { + uri += 'h2h/'; + uri += document.getElementById ('element').value + '/'; } else { uri += 'xhtml/'; uri += '/'; } if (document.getElementById ('format-test').checked) { this.action = uri + 'test'; + } else if (document.getElementById ('format-xml').checked) { + this.action = uri + 'xml'; } else { this.action = uri + 'html'; } @@ -95,13 +100,16 @@