From ebdf6d0fab35f5128c9c205d70b3c40fa5a53b9a Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 20 Apr 2018 11:31:17 +0100 Subject: [PATCH] Add missing > to fix 'edit this document' link (#39067) --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 78a4120f98..78a7f8b2e7 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -407,5 +407,5 @@ Author {% if plugin_type == 'module' %} If you notice any issues in this documentation you can `edit this document `_ to improve it. {% else %} - If you notice any issues in this documentation you can `edit this document `_ to improve it. {% endif %}