skip->do_tag

This commit is contained in:
Adrian Mariano 2023-06-20 00:27:01 -04:00
parent 3d73a26dd7
commit 9cced31847

View file

@ -862,7 +862,7 @@ module force_tag(tag)
// position(TOP) thing();
// position(RIGHT) tag("keep_it") thing();
// }
module default_tag(tag,skip=false)
module default_tag(tag,do_tag=false)
{
if ($tag=="") tag(tag) children();
else children();