lib/r509/certificateauthority/http/views/test_unrevoke.erb in r509-ca-http-0.1 vs lib/r509/certificateauthority/http/views/test_unrevoke.erb in r509-ca-http-0.2
- old
+ new
@@ -1,26 +1,26 @@
<html>
<head>
- <title>Unrevoke</title>
+ <title>Unrevoke</title>
</head>
<body>
<h1>Unrevoke a certificate</h1>
<form method="post" action="/1/certificate/unrevoke/">
- <p>
- CA:
- <br />
- <input type="text" name="ca" />
- </p>
- <p>
- Serial:
- <br />
- <input type="text" name="serial" />
- </p>
- <p>
- <input type="submit" value="Unrevoke" />
- </p>
+ <p>
+ CA:
+ <br />
+ <input type="text" name="ca" />
+ </p>
+ <p>
+ Serial:
+ <br />
+ <input type="text" name="serial" />
+ </p>
+ <p>
+ <input type="submit" value="Unrevoke" />
+ </p>
</form>
</body>
</html>