diff options
Diffstat (limited to 'scripts/diag.php')
-rw-r--r-- | scripts/diag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/diag.php b/scripts/diag.php index 0eece6ca..559cbc07 100644 --- a/scripts/diag.php +++ b/scripts/diag.php @@ -177,7 +177,7 @@ function ScanRecipeInfoCore($dlistfmt, $cvinfo = NULL, $imap = 'Cookbook:') { function RecipeTableCore($rinfo, $cvinfo) { $fmt = "||%-40s ||%-20s ||%-20s ||\n"; $out = "||class='recipecheck sortable filterable' " - . "cellpadding=0 cellspacing=0 width=600\n"; + . "cellpadding=0 cellspacing=0\n"; $out .= sprintf($fmt, '!Recipe', '!local', '!pmwiki.org'); foreach($rinfo as $r => $lv) { $cv = @$cvinfo[$r]; |