Replace short anchor tags, as they cause strange CSS behaviour
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / section.xml
index 92625bc..691fde4 100644 (file)
@@ -68,7 +68,7 @@ function _parse_dep( r, c, s, o )
 end
 
 %>
-<a name="top" />
+<a name="top"></a>
 <h1 class="section-title"><%=scheme-%>
 <%-if package.title then%><dfn> - <%=package.title%></dfn><%end%></h1>
 <h2 class="section-subtitle"><%=type-%>
@@ -112,7 +112,7 @@ if section.named then %>
        </ul>
 <% end %>
 
-<h3 class="section-variables">Overview:</h3>
+<h3 class="section-variables">Variable Overview:</h3>
 <table class="section-variables-index">
 <% for k, v in luci.util.kspairs(package.variables[type]) do 
 if v.required then%>
@@ -138,11 +138,11 @@ if (i==0) == v.required then
 %>
 <hr />
 <div class="variable-documentation">
-       <a name="variable.<%=k%>" />
+       <a name="variable.<%=k%>"></a>
        <h4 class="variable-title"><%=k-%>
        <%-if v.title then%><dfn> - <%=v.title%></dfn><%end%></h4>
-       <div class="variable-description"><%=v.description%></div>
        <div class="variable-declaration">
+       <div class="variable-description"><%=v.description%></div>
        <h5 class="variable-attributes">Attributes:</h5>
        <ul class="varaible-attributes-index">
        <% if v.required then %>