X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstatic-configuration;h=f0fcb89e9de3ea90627ee9fb3d522e08bfe442b1;hp=3ff84923a073544b21b809831f05cd16fba1c2a7;hb=963fa5ca9303d146d635e2fba04814f4f791c559;hpb=ad8da11f6d0664e0fb3c8707a869425088daea7e diff --git a/web/static-configuration b/web/static-configuration index 3ff84923..f0fcb89e 100644 --- a/web/static-configuration +++ b/web/static-configuration @@ -25,7 +25,7 @@ function extract_field($field,$module) return htmlspecialchars(shell_exec('tools/doc_extract '.$field.' '.$module.'/_info.c')); } -# Convert double line breaks into paragraphs, and blank spaces into preformat. +// Convert double line breaks into paragraphs, and blank spaces into preformat. function htmlize_field($field,$module) { $state="inpara";