From 28f55170a4cef11331c47efd579a4b23d8873553 Mon Sep 17 00:00:00 2001 From: Martin Lessmeister Date: Tue, 4 Feb 2020 15:45:57 -0500 Subject: [PATCH] remove trailing slash from trackback help link [ARXIVNG-2867] --- browse/templates/tb/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browse/templates/tb/base.html b/browse/templates/tb/base.html index 6db1cda69..e7ccb85f9 100644 --- a/browse/templates/tb/base.html +++ b/browse/templates/tb/base.html @@ -13,7 +13,7 @@ {%- block content %}

About trackbacks

-

By sending a trackback, you can notify +

By sending a trackback, you can notify arXiv.org that you have created a web page that references a paper. Popular blogging software supports trackback: you can send us a trackback about this paper by giving your software the following trackback URL:

@@ -21,7 +21,7 @@

About trackbacks

Some blogging software supports trackback autodiscovery -- in this case, your software will automatically send a trackback as soon as your create a link to our abstract page. See our - trackback help page for more information.

+ trackback help page for more information.

{% endblock content %}