From 4878a26aea0593f1bd66e23bb240da50a1409528 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 14 Jan 2023 23:26:40 -0600 Subject: Whitespace --- superstack.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/superstack.php b/superstack.php index 84d0a04..8eccd56 100644 --- a/superstack.php +++ b/superstack.php @@ -12,9 +12,10 @@ $title = $doc->getElementsByTagName('title')[0]->textContent; ?> - <?= $title ?> -- Superstack - @@ -33,7 +34,7 @@ foreach ($content as $el) { $node = $ret->importNode($el, true); $ret->appendChild($node); echo $ret->saveHTML(); - + // echo $el->nodeValue; // echo ''; // echo '' . $el->getAttribute('class') . ''; @@ -43,6 +44,6 @@ foreach ($content as $el) { } ?> - + -- cgit 1.4.1-21-gabe81