ocamldoc|html: Add missing space in record fields

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13985 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2013-08-05 12:52:12 +00:00
parent c3788a5328
commit 36c3ae71af
1 changed files with 1 additions and 1 deletions

View File

@ -1559,7 +1559,7 @@ class html =
bs b "</td>\n<td align=\"left\" valign=\"top\" >\n";
bs b "<code>";
if r.rf_mutable then bs b (self#keyword "mutable&nbsp;") ;
bp b "<span id=\"%s\">%s</span>&nbsp;:"
bp b "<span id=\"%s\">%s</span>&nbsp;: "
(Naming.recfield_target t r)
r.rf_name;
self#html_of_type_expr b father r.rf_type;