diff --git a/www/include/UserTimingHtmlTable.php b/www/include/UserTimingHtmlTable.php index a8b0b23cd1..f044778115 100644 --- a/www/include/UserTimingHtmlTable.php +++ b/www/include/UserTimingHtmlTable.php @@ -57,9 +57,9 @@ private function _createHead() { if ($this->hasNavTiming) { $out .= ""; if ($this->hasDomInteractive) - $out .= "domInteractive"; - $out .= "domContentLoaded"; - $out .= "loadEvent"; + $out .= "domInteractive"; + $out .= "domContentLoaded"; + $out .= "loadEvent"; } $out .= "\n"; return $out;