From 933199c6132e67079d0b86256ab64a2a84d01771 Mon Sep 17 00:00:00 2001 From: Marty McGuire Date: Wed, 4 Sep 2024 12:50:45 -0400 Subject: [PATCH] rm dupe `

` from the native examples (`my-header.php` wraps the `` in an `

` already) --- README.md | 2 +- examples/native-ssr/public/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e21a7b..2e8b31a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $htmlString = << -

Hello World

+ Hello World HTMLDOC; diff --git a/examples/native-ssr/public/index.php b/examples/native-ssr/public/index.php index 2cc8ac9..4b1dea1 100644 --- a/examples/native-ssr/public/index.php +++ b/examples/native-ssr/public/index.php @@ -22,7 +22,7 @@ -

Hello World

+ Hello World HTMLDOC;