Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ec1d75f1 by Philipp Hörist at 2017-08-27T22:41:11+02:00
Fix typo in link
- - - - -
1 changed file:
- gajim/common/rst_xhtml_generator.py
Changes:
=====================================
gajim/common/rst_xhtml_generator.py
=====================================
--- a/gajim/common/rst_xhtml_generator.py
+++ b/gajim/common/rst_xhtml_generator.py
@@ -94,7 +94,7 @@ else:
'XEP #', 'http://www.xmpp.org/extensions/',
'xep-%04d.html',
pos_int_validator)
generate_uri_role('gajim-ticket-reference', ('ticket', 'gtrack'),
- 'Gajim Ticket #',
'https://dev.gajim.org/gajim/gajim/issues', '%d',
+ 'Gajim Ticket #',
'https://dev.gajim.org/gajim/gajim/issues/', '%d',
pos_int_validator)
class HTMLGenerator:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/ec1d75f15b6d3925b4fe77c12083cba1030958d9
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/ec1d75f15b6d3925b4fe77c12083cba1030958d9
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits