diff --git a/www/addons/calendar/templates/event.html b/www/addons/calendar/templates/event.html index fd421810209..dc5488459ed 100644 --- a/www/addons/calendar/templates/event.html +++ b/www/addons/calendar/templates/event.html @@ -23,7 +23,7 @@

{{ 'mm.core.course' | translate}}

{{event.modulename}}
  • - {{event.description}} + {{event.description}}
  • diff --git a/www/addons/mod_assign/templates/submission.html b/www/addons/mod_assign/templates/submission.html index d37912aa616..301c522aa79 100644 --- a/www/addons/mod_assign/templates/submission.html +++ b/www/addons/mod_assign/templates/submission.html @@ -1,7 +1,7 @@ {{ title }} -

    {{ submission.text }}

    +

    {{ submission.text }}

    \ No newline at end of file diff --git a/www/addons/mod_book/templates/index.html b/www/addons/mod_book/templates/index.html index 1c85761ee6c..1b9846f26bf 100644 --- a/www/addons/mod_book/templates/index.html +++ b/www/addons/mod_book/templates/index.html @@ -13,7 +13,7 @@
    - {{ content }} + {{ content }}
    diff --git a/www/addons/mod_forum/templates/discussion.html b/www/addons/mod_forum/templates/discussion.html index c5574a466d6..8c9a6b0de91 100644 --- a/www/addons/mod_forum/templates/discussion.html +++ b/www/addons/mod_forum/templates/discussion.html @@ -14,7 +14,7 @@

    {{discussion.subject}}

    {{discussion.userfullname}}

    - {{discussion.message}} + {{discussion.message}}
    @@ -29,7 +29,7 @@

    {{discussion.subject}}

    {{post.subject}}

    - {{post.message}} + {{post.message}}
    diff --git a/www/addons/mod_imscp/templates/description.html b/www/addons/mod_imscp/templates/description.html index 3aa0206a668..26fb57ed6cf 100644 --- a/www/addons/mod_imscp/templates/description.html +++ b/www/addons/mod_imscp/templates/description.html @@ -4,6 +4,6 @@

    {{ 'mm.core.description' | translate}}

    - {{ description }} + {{ description }} diff --git a/www/addons/mod_page/templates/index.html b/www/addons/mod_page/templates/index.html index 1b3015e89d5..a628848920e 100644 --- a/www/addons/mod_page/templates/index.html +++ b/www/addons/mod_page/templates/index.html @@ -8,7 +8,7 @@
    - {{ content }} + {{ content }}
    diff --git a/www/addons/mod_resource/templates/index.html b/www/addons/mod_resource/templates/index.html index 10944e1eed8..4a8d3e1faa5 100644 --- a/www/addons/mod_resource/templates/index.html +++ b/www/addons/mod_resource/templates/index.html @@ -13,7 +13,7 @@
    - {{ content }} + {{ content }}
    diff --git a/www/addons/notifications/templates/list.html b/www/addons/notifications/templates/list.html index bb0648eba75..af15768cf50 100644 --- a/www/addons/notifications/templates/list.html +++ b/www/addons/notifications/templates/list.html @@ -9,7 +9,7 @@

    {{notification.userfromfullname}}

    {{notification.timecreated | mmDateDayOrTime}}

    -

    {{ notification.mobiletext | mmCreateLinks | mmaNotificationsFormat }}

    +

    {{ notification.mobiletext | mmCreateLinks | mmaNotificationsFormat }}

    diff --git a/www/core/components/course/templates/mod_description.html b/www/core/components/course/templates/mod_description.html index c28dd6d69af..9aad2a1dd47 100644 --- a/www/core/components/course/templates/mod_description.html +++ b/www/core/components/course/templates/mod_description.html @@ -1,6 +1,6 @@
    - {{ description }} + {{ description }}

    {{ note }}

    \ No newline at end of file diff --git a/www/core/components/course/templates/section.html b/www/core/components/course/templates/section.html index b34faf07f8b..d2e2c85d007 100644 --- a/www/core/components/course/templates/section.html +++ b/www/core/components/course/templates/section.html @@ -8,7 +8,7 @@
    -
    {{ summary }}
    +
    {{ summary }}
    @@ -19,7 +19,7 @@

    {{ section.name }}

    - {{ section.summary }} + {{ section.summary }}
    diff --git a/www/core/components/courses/templates/list.html b/www/core/components/courses/templates/list.html index 33a69780d34..3ae37d149d9 100644 --- a/www/core/components/courses/templates/list.html +++ b/www/core/components/courses/templates/list.html @@ -17,7 +17,7 @@

    {{course.fullname}}

    - {{course.summary}} + {{course.summary}}

    diff --git a/www/core/components/login/templates/help-modal.html b/www/core/components/login/templates/help-modal.html index d467b82173d..bd7be8f4a51 100644 --- a/www/core/components/login/templates/help-modal.html +++ b/www/core/components/login/templates/help-modal.html @@ -4,6 +4,6 @@

    {{ 'mm.login.help' | translate}}

    - {{ 'mm.login.helpmelogin' | translate}} + {{ 'mm.login.helpmelogin' | translate}} diff --git a/www/core/components/user/templates/profile.html b/www/core/components/user/templates/profile.html index 6df075004d2..6e2a99d3e81 100644 --- a/www/core/components/user/templates/profile.html +++ b/www/core/components/user/templates/profile.html @@ -86,7 +86,7 @@

    {{ 'mm.user.details' | translate}}

    {{ 'mm.user.description' | translate}}

    - {{user.description}} + {{user.description}}
    diff --git a/www/core/scss/styles.scss b/www/core/scss/styles.scss index 858948ad2d7..7e644b9cd1d 100644 --- a/www/core/scss/styles.scss +++ b/www/core/scss/styles.scss @@ -181,7 +181,7 @@ em { } // mm-format-text can have elements with float. These styles makes sure height is calculated right. -mm-format-text { +.mm-content-with-float { display: inline-block; width: 100%; }