]> git.ozlabs.org Git - ccan/blobdiff - web/static-configuration
Upload now works, with a bit of hackery.
[ccan] / web / static-configuration
index 3ff84923a073544b21b809831f05cd16fba1c2a7..f0fcb89e9de3ea90627ee9fb3d522e08bfe442b1 100644 (file)
@@ -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";