/usr/share/wml/include/des/space.wml is in wml 2.0.12ds1-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ##
## wml::des::space - Layout Space
## Copyright (c) 1997-2001 Ralf S. Engelschall, All Rights Reserved.
##
#use wml::des::imgdot
<let space=imgdot />
<define-tag hspace>\
<imgdot width=%0 height=1 />\
</define-tag>
<define-tag vspace>\
<imgdot width=1 height=%0 />\
</define-tag>
<define-tag over endtag=required>
<table cellspacing=0 cellpadding=0 border=0 summary="">
<tr>
<td><imgdot width=<or %0 20 /> /></td>\
<td>%body</td>
</tr>
</table>\
</define-tag>
##EOF##
|