@@ -46,11 +46,11 @@ "-sourcepath", testSrc, "p"); checkExit(Exit.OK); checkOutput("p/Indent.html", true, - "<pre class=\"methodSignature\">public <T> void m(T t1,", + "<pre>public <T> void m(T t1,", "\n" + " T t2)", "\n" + " throws java.lang.Exception");