X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=widgets.sh;h=8410a0cb92eaa61ab3a469fe6fd3859adc8f1d6f;hb=HEAD;hp=835e6463113dae536546a0124d96855f56763e75;hpb=805e220f4308309007a450148a95b3517f287d7b;p=webpoll diff --git a/widgets.sh b/widgets.sh index 835e646..8410a0c 100755 --- a/widgets.sh +++ b/widgets.sh @@ -1,5 +1,8 @@ #!/bin/sh +[ -n "$include_widgets" ] && return 0 +include_widgets="$0" + export MD_HTML="false" if [ "$(which awk)" ]; then markdown() { awk -f "$_EXEC/cgilite/markdown.awk"; }