From 179574d7d2ee03d9d7cfa9f37ad62e96fcbd4656 Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 3 Feb 2018 23:18:48 +0100 Subject: move inline style to .css --- tdd-bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdd-bootstrap.php') diff --git a/tdd-bootstrap.php b/tdd-bootstrap.php index 79320b6..9f874a3 100644 --- a/tdd-bootstrap.php +++ b/tdd-bootstrap.php @@ -53,7 +53,7 @@ class Protocol { $insert .= '

...

'; } - $tr->outertext = '' . $insert . '' . $tr->outertext; + $tr->outertext = '' . $insert . '' . $tr->outertext; } $tr = @$tr->next_sibling(); } -- cgit v1.2.3