We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67fff commit 2ccfb7aCopy full SHA for 2ccfb7a
1 file changed
index.html
@@ -153,7 +153,11 @@ <h4>Properties:</h4>
153
</ul>
154
155
<h4>Functions:</h4>
156
- {%if not functions.length%}
+ {%if not functions%}
157
+ <ul class="functions inner-block">
158
+ <li>No functions available.</li>
159
+ </ul>
160
+ {%elsif not functions.length%}
161
<ul class="functions inner-block">
162
<li>No functions available.</li>
163
0 commit comments