Skip to content

Commit 7011942

Browse files
feat: changed type display
1 parent fbcbaf6 commit 7011942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/type.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
var data = obj;
33
var self = this;
44
data.forEach(function(name, i) { ?>
5-
<span class="param-type"><?js= self.linkto(name, self.htmlsafe(name)) ?></span>
5+
<code class="param-type"><?js= self.linkto(name, self.htmlsafe(name)) ?></code>
66
<?js if (i < data.length-1) { ?>|<?js } ?>
77
<?js }); ?>

0 commit comments

Comments
 (0)