From 794a1fd682fa39d21a4fcc12c7065ca751acd576 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 30 Jan 2018 02:37:09 +0100 Subject: Adding JavaScript to handle highlighting single table --- tdd-bootstrap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tdd-bootstrap.php') diff --git a/tdd-bootstrap.php b/tdd-bootstrap.php index 342ecd0..79320b6 100644 --- a/tdd-bootstrap.php +++ b/tdd-bootstrap.php @@ -66,7 +66,9 @@ class Protocol { } $head = $dom->find('/html/head', 0); - $head->innertext .= ''; + $head->innertext .= '' + . '' + . ''; // replacing meta http-equiv refresh with a javascript refresh to preserve hash in the result page $meta = $head->find('meta'); -- cgit v1.2.3