commit db3f5b3d9376ab01d715c97ca6d81d124148e214 from: Omar Polo date: Fri Sep 23 14:03:16 2022 UTC fix html generation a space is mandatory between the tag and the attribute, but the template compiler trims it out. Use {{ " " }} as a workaround. commit - 7905878bcbf5b967bce7625801955d22457ae63a commit + db3f5b3d9376ab01d715c97ca6d81d124148e214 blob - 9a84e1dfb8e151628322c3b5354d8ed7e5768f25 blob + 076f3b1dd7efce8aa4ed44aa5d1d912a2d0e8db1 --- fragments.tmpl +++ fragments.tmpl @@ -41,7 +41,7 @@ const char *path = clt->clt_path_info; !} - +