diff --git a/src/content_detail_page/empty_history.html b/src/content_detail_page/empty_history.html index 4f159b6e7c..02b2e7bcb2 100644 --- a/src/content_detail_page/empty_history.html +++ b/src/content_detail_page/empty_history.html @@ -20,7 +20,7 @@

History is Empty

-

This section will display contents once they have been engaged with or completed.

+

This section will display contents once they have been engaged with or completed.

diff --git a/src/content_detail_page/includes/comment_section.html b/src/content_detail_page/includes/comment_section.html index 88db92e308..ad93610e89 100644 --- a/src/content_detail_page/includes/comment_section.html +++ b/src/content_detail_page/includes/comment_section.html @@ -1,11 +1,11 @@
-
+
-

Comments

+

Comments

-
+
    {% for comment in comments %}
  • @@ -15,29 +15,29 @@

    Comm

- {{ comment.author }} - 4d ago + {{ comment.author }} + 4d ago {% if comment.warning %} - Pending Moderation + Pending Moderation {% endif %}
-
+

{{ comment.text }}

- + {{ comment.upvotes }} - - + + {{ comment.downvotes }}
{% if comment.replies %}
- + @@ -54,19 +54,19 @@

Comm

- {{ reply.author }} - 4d ago + {{ reply.author }} + 4d ago
-
+

{{ reply.text }}

- + {{ reply.upvotes }} - - + + {{ reply.downvotes }} @@ -85,7 +85,7 @@

Comm

-
+
@@ -94,10 +94,10 @@

Comm
- +
- +

diff --git a/src/content_detail_page/includes/content_heading.html b/src/content_detail_page/includes/content_heading.html index e24f335c21..f41e286ccd 100644 --- a/src/content_detail_page/includes/content_heading.html +++ b/src/content_detail_page/includes/content_heading.html @@ -1,18 +1,18 @@ -
-

What is Markup language?

+