From aafb8769f91b2c029bd04ce901992eccd6ebdc1f Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 11 May 2020 11:57:09 +0200
Subject: [PATCH] example content error

---
 examples/layout-helpers.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/layout-helpers.html b/examples/layout-helpers.html
index 82eeba0f..0d83fd22 100644
--- a/examples/layout-helpers.html
+++ b/examples/layout-helpers.html
@@ -48,9 +48,9 @@
 					<p>Stacks multiple elements on top of each other, for use with fragments.</p>
 					<pre><code class="html" data-trim data-line-numbers>
 					  <div class="r-stack">
-					    &gt;img class="fragment" width="450" height="300" src="..."&lt;
-					    &lt;img class="fragment" width="300" height="450" src="..."&lt;
-					    &lt;img class="fragment" width="400" height="400" src="..."&lt;
+					    &lt;img class="fragment" width="450" height="300" src="..."&gt;
+					    &lt;img class="fragment" width="300" height="450" src="..."&gt;
+					    &lt;img class="fragment" width="400" height="400" src="..."&gt;
 					  </div>
 					</code></pre>
 				</section>
-- 
GitLab