summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-19 14:54:13 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-19 14:54:13 +0200
commit8bb41864af5f46fd70dbc0cedcdbb2396a798ca2 (patch)
tree96fc11d5c5c4ba68cf1cfa0fdfa96579589edc63 /python
parentce6b6b0bc9af3cff176bd995ee25c8334eea632c (diff)
Improve formatting for ballistics final hint
Diffstat (limited to 'python')
-rw-r--r--python/problems/introduction/ballistics/sl.py6
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>
+''']
}