소스 검색

fix exception in layout examle

Hakim El Hattab 5 년 전
부모
커밋
2104dee1c1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      examples/layout-helpers.html

+ 3 - 3
examples/layout-helpers.html

@@ -48,9 +48,9 @@
 					<p>Stacks multiple elements on top of each other, for use with fragments.</p>
 					<p>Stacks multiple elements on top of each other, for use with fragments.</p>
 					<pre><code class="html" data-trim data-line-numbers>
 					<pre><code class="html" data-trim data-line-numbers>
 					  <div class="r-stack">
 					  <div class="r-stack">
-					    <img class="fragment" width="450" height="300" src="...">
-					    <img class="fragment" width="300" height="450" src="...">
-					    <img class="fragment" width="400" height="400" src="...">
+					    &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;
 					  </div>
 					  </div>
 					</code></pre>
 					</code></pre>
 				</section>
 				</section>