diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-01-05 12:46:36 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-01-05 12:46:36 +0100 |
commit | 3fa038515cad8840bd09e1f391532311525ddc0c (patch) | |
tree | fe39b237b3f92a86c8668c0c02025ba690a033ec /prolog | |
parent | f353236e1a05de26e4e65bf758ca03c1d8a540c5 (diff) |
Diffstat (limited to 'prolog')
-rw-r--r-- | prolog/en.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/en.py b/prolog/en.py index e6a3ba9..0fa4a2c 100644 --- a/prolog/en.py +++ b/prolog/en.py @@ -1,7 +1,7 @@ name = 'Prolog' description = '''\ Introductory Prolog course. -<a target="_blank" href="[%@resource intro_en.html%]">Web app instructions manual.</a> +<a target="_blank" href="[%@resource intro_en.html%]"><span class="codeq">CodeQ</span> instructions.</a> ''' hint = { |