Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Steps to reproduce:
- Create an simpl thrift file like the following:
service MyService {} - generate the HTML documentation for it via thrift -gen html MyService.thrift
The HTML compiler generates the following invalid stream:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
{{ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">}}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>Thrift module: test</title></head><body>
<div class="container-fluid">
<h1>Thrift module: test</h1>
<table class="table-bordered table-striped table-condensed"><thead><th>Module</th><th>Services</th><th>Data types</th><th>Constants</th></thead>
<tr>
<td>test</td><td><a href="#Svc_MyService">MyService</a><br/>
<ul>
</ul>
</td>
<td></td>
<td></code></td>
</tr></table>
<hr/><h2 id="Services">Services</h2>
<h3 id="Svc_MyService">Service: MyService</h3>
</div></body></html>
Attachments
Issue Links
- links to