Skip to content

Commit cfb2ca2

Browse files
committedMar 9, 2015
Merge pull request #24 from shubs/patch-1
Little </p> missing
2 parents 6cf9a88 + 800410e commit cfb2ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/results.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<h1> Welcome to the {{ endpoint }} endpoint!</h1>
1010

1111
<h2> Here is the result of a call to the {{ endpoint }}: </h2>
12-
<p> {{ data }}
12+
<p> {{ data }} </p>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.