diff --git a/app/assets/stylesheets/common/base/crawler_layout.scss b/app/assets/stylesheets/common/base/crawler_layout.scss index cedb89fd94..934f4536c8 100644 --- a/app/assets/stylesheets/common/base/crawler_layout.scss +++ b/app/assets/stylesheets/common/base/crawler_layout.scss @@ -191,6 +191,9 @@ body > noscript { [itemprop="position"] { float: left; margin-right: 0.5em; + &:before { + content: "#"; + } } } diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 65c12933c9..aed2a9a722 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -75,7 +75,7 @@ <% else %> <% end %> - #<%= post.post_number %> + <%= post.post_number %>
diff --git a/spec/fixtures/onebox/discourse_topic.response b/spec/fixtures/onebox/discourse_topic.response index 2d79976ba8..59d61bacd7 100644 --- a/spec/fixtures/onebox/discourse_topic.response +++ b/spec/fixtures/onebox/discourse_topic.response @@ -257,7 +257,7 @@ And that too in just over an year, way to go! [boom]"> - #1 + 1
@@ -296,7 +296,7 @@ And that too in just over an year, way to go! [boom]"> - #2 + 2
diff --git a/spec/fixtures/onebox/discourse_topic_reply.response b/spec/fixtures/onebox/discourse_topic_reply.response index 2412540fbe..4e7162e095 100644 --- a/spec/fixtures/onebox/discourse_topic_reply.response +++ b/spec/fixtures/onebox/discourse_topic_reply.response @@ -249,7 +249,7 @@ And that too in just over an year, way to go! [boom]"> - #1 + 1
@@ -288,7 +288,7 @@ And that too in just over an year, way to go! [boom]"> - #2 + 2