minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-13 21:17:05 +03:00
parent 723437651d
commit 7e51905850

View File

@ -2593,7 +2593,9 @@ module.System = {
</sup> </sup>
(<a href="#@var(path)/list">@include(./*/length/!)</a>) (<a href="#@var(path)/list">@include(./*/length/!)</a>)
&nbsp; &nbsp;
<a href="#@var(path)/delete">&times;</a> <a class="show-on-hover"
href="javascript:pwiki.delete('@var(path)')"
>&times;</a>
</macro>` }, </macro>` },
// XXX this is really slow... // XXX this is really slow...
// XXX need to handle count/offset arguments correctly... // XXX need to handle count/offset arguments correctly...