From 55ab3dc2fb6b59d9d07c5166f58b313321741490 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 30 Jan 2018 02:35:34 +0100 Subject: Adding CSS that decreases tables opacity by default --- tdd-bootstrap.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tdd-bootstrap.php') diff --git a/tdd-bootstrap.php b/tdd-bootstrap.php index 2ed216b..342ecd0 100644 --- a/tdd-bootstrap.php +++ b/tdd-bootstrap.php @@ -65,6 +65,9 @@ class Protocol { $dom->find('/html/body/table/tr', 0)->outertext = ''; } + $head = $dom->find('/html/head', 0); + $head->innertext .= ''; + // replacing meta http-equiv refresh with a javascript refresh to preserve hash in the result page $meta = $head->find('meta'); foreach ($meta as $metaTag) { -- cgit v1.2.3