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

Skip to content

Commit df024c5

Browse files
author
Ryan Neufeld
committed
Merge pull request clojure-cookbook#477 from dz-cies/patch2
Remove a redundant </h3> tag in 7.11
2 parents e624f31 + d5916d9 commit df024c5

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)