forked from renard/o-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug_tag.html
13 lines (13 loc) · 1.01 KB
/
debug_tag.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="debug tag">
<h2><lisp>(ob:tags-name TAG)</lisp></h2>
<table>
<caption><lisp>(ob:gettext :debug-tag)</lisp> <lisp>(htmlize-protect-string (format "%S" (ob:tags-name TAG)))</lisp></caption>
<thead><tr><th><lisp>(ob:gettext :debug-property)</lisp></th><th><lisp>(ob:gettext :debug-value)</lisp></th></tr></thead>
<tbody>
<tr><td class="property"><code>name</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:tags-name TAG)))</lisp></pre></td></tr>
<tr><td class="property"><code>safe</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:tags-safe TAG)))</lisp></pre></td></tr>
<tr><td class="property"><code>count</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:tags-count TAG)))</lisp></pre></td></tr>
<tr><td class="property"><code>size</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:tags-size TAG)))</lisp></pre></td></tr>
</tbody>
</table>
</div>