summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-03-22 17:00:37 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-03-22 17:00:37 +0100
commit7f251f1f18900cfac3b96d6d73b5ad3bbd3eb478 (patch)
tree5360b9a64ff325263cfe6f78ae08222943d54893 /python
parent8eb67a4b388698f01b06cdf6a1a7935ab166ab34 (diff)
Python: set link target=_blank for topology final hint
Diffstat (limited to 'python')
-rw-r--r--python/problems/introduction/ballistics/sl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/introduction/ballistics/sl.py b/python/problems/introduction/ballistics/sl.py
index b130a19..da2c34c 100644
--- a/python/problems/introduction/ballistics/sl.py
+++ b/python/problems/introduction/ballistics/sl.py
@@ -95,7 +95,7 @@ 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>
+Če želiš izvedeti še kaj več o <a target="_blank" href="https://en.wikipedia.org/wiki/Topology">topologiji</a>….</p>
''']
}