Reformat disclaimer

This commit is contained in:
Gergely Polonkai 2015-10-19 15:03:57 +02:00
parent 8fadaba002
commit 5521342151
1 changed files with 5 additions and 1 deletions

View File

@ -2,5 +2,9 @@
{% block body %}
<h2>Disclaimer</h2>
<p>Basic idea is from <a href="http://en.wikipedia.org/wiki/The_Pragmatic_Programmer">The Pragmatic Programmer. I suggest to read this book, even if you are not a programmer.</p>
<p>
Basic idea is from
<a href="http://en.wikipedia.org/wiki/The_Pragmatic_Programmer">The Pragmatic Programmer</a>.
I suggest to read this book, even if you are not a programmer.
</p>
{% endblock %}