From 86df5846c819a7b8aa6337bab58e15c21f0d9ae2 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 28 Nov 2017 14:42:24 -0500 Subject: [PATCH] Don't use a tag for a couple of topic outlets --- .../discourse/templates/components/topic-footer-buttons.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/discourse/templates/components/topic-footer-buttons.hbs b/app/assets/javascripts/discourse/templates/components/topic-footer-buttons.hbs index 048cff64c98..68d50bbed42 100644 --- a/app/assets/javascripts/discourse/templates/components/topic-footer-buttons.hbs +++ b/app/assets/javascripts/discourse/templates/components/topic-footer-buttons.hbs @@ -60,6 +60,7 @@ {{plugin-outlet name="topic-footer-main-buttons-before-create" args=(hash topic=topic) + tagName="" connectorTagName="span"}} {{#if topic.details.can_create_post}} @@ -81,4 +82,5 @@ {{plugin-outlet name="after-topic-footer-buttons" args=(hash topic=topic) + tagName="" connectorTagName="span"}}