Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5916d9

Browse files
committed
Remove a redundant closing tag in 7.11
1 parent e624f31 commit d5916d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_webapps/7-11_enlive.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ single string:
7979
<body>
8080
<h1>Why Clojure Rocks</h1>
8181
<h3>By <span class="author">Luke VanderHart</span></h3>
82-
</h3><div class="post-body">Functional programming!</div>
82+
<div class="post-body">Functional programming!</div>
8383
</body>
8484
</html>
8585
----

0 commit comments

Comments
 (0)