diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index f5ec4071763..00307a82dab 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -835,14 +835,12 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
// Those ones are required only with option "confirm by ajax popup"
if ($conf->global->MAIN_CONFIRM_AJAX)
{
- // Bug: should not require default.css but does not work without.
- print ''."\n";
- // Only this css should be required
+ // PWC css
print ''."\n";
// Scriptaculous used by PWC
print ''."\n";
print ''."\n";
- // PWC
+ // PWC js
print ''."\n";
}
}