Skip to content

Commit

Permalink
Item9619: tidy wants a summary
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8929 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 6, 2010
1 parent b409a2e commit 327e67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/RDiff.pm
Expand Up @@ -60,7 +60,7 @@ sub _renderCellData {
'|*META '.$1.'*|'._renderAttrs($2).'||'/gem;
if ( Foswiki::Func::getContext()->{'TablePluginEnabled'} ) {
$data =
"\n" . '%TABLE{tablerules="all" databg="#ffffff" headeralign="left"}%' . "\n" . $data;
"\n" . '%TABLE{summary="" tablerules="all" databg="#ffffff" headeralign="left"}%' . "\n" . $data;
}
$data = $topicObject->expandMacros($data);
$data = $topicObject->renderTML($data);
Expand Down

0 comments on commit 327e67b

Please sign in to comment.