Replace short anchor tags, as they cause strange CSS behaviour
This commit is contained in:
parent
df723f9d9e
commit
65b0a2bfad
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ function _parse_dep( r, c, s, o )
|
||||||
end
|
end
|
||||||
|
|
||||||
%>
|
%>
|
||||||
<a name="top" />
|
<a name="top"></a>
|
||||||
<h1 class="section-title"><%=scheme-%>
|
<h1 class="section-title"><%=scheme-%>
|
||||||
<%-if package.title then%><dfn> - <%=package.title%></dfn><%end%></h1>
|
<%-if package.title then%><dfn> - <%=package.title%></dfn><%end%></h1>
|
||||||
<h2 class="section-subtitle"><%=type-%>
|
<h2 class="section-subtitle"><%=type-%>
|
||||||
|
@ -138,7 +138,7 @@ if (i==0) == v.required then
|
||||||
%>
|
%>
|
||||||
<hr />
|
<hr />
|
||||||
<div class="variable-documentation">
|
<div class="variable-documentation">
|
||||||
<a name="variable.<%=k%>" />
|
<a name="variable.<%=k%>"></a>
|
||||||
<h4 class="variable-title"><%=k-%>
|
<h4 class="variable-title"><%=k-%>
|
||||||
<%-if v.title then%><dfn> - <%=v.title%></dfn><%end%></h4>
|
<%-if v.title then%><dfn> - <%=v.title%></dfn><%end%></h4>
|
||||||
<div class="variable-declaration">
|
<div class="variable-declaration">
|
||||||
|
|
Loading…
Reference in a new issue