diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-19 14:54:13 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-19 14:54:13 +0200 |
commit | 8bb41864af5f46fd70dbc0cedcdbb2396a798ca2 (patch) | |
tree | 96fc11d5c5c4ba68cf1cfa0fdfa96579589edc63 /python/problems/introduction/ballistics | |
parent | ce6b6b0bc9af3cff176bd995ee25c8334eea632c (diff) |
Improve formatting for ballistics final hint
Diffstat (limited to 'python/problems/introduction/ballistics')
-rw-r--r-- | python/problems/introduction/ballistics/sl.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/problems/introduction/ballistics/sl.py b/python/problems/introduction/ballistics/sl.py index 7c83b1d..b130a19 100644 --- a/python/problems/introduction/ballistics/sl.py +++ b/python/problems/introduction/ballistics/sl.py @@ -94,8 +94,8 @@ v = float(input(" ... '''], 'final_hint' : [ '''\ -<p>Odlično, program deluje pravilno! <br> -Če želiš izvedeti še kaj več o <a href="https://en.wikipedia.org/wiki/Topology -">topologiji</a> ... </p>'''] +<p>Odlično, program deluje pravilno!<br> +Če želiš izvedeti še kaj več o <a href="https://en.wikipedia.org/wiki/Topology">topologiji</a>...</p> +'''] } |