diff --git a/blocks/calendar_upcoming/block_calendar_upcoming.php b/blocks/calendar_upcoming/block_calendar_upcoming.php
index a120ccc0f9b..25094ce1ba2 100644
--- a/blocks/calendar_upcoming/block_calendar_upcoming.php
+++ b/blocks/calendar_upcoming/block_calendar_upcoming.php
@@ -63,7 +63,7 @@ class block_calendar_upcoming extends block_base {
}
if (empty($this->content->text)) {
- $this->content->text = '
'.
+ $this->content->text = '
'.
get_string('noupcomingevents', 'calendar').'
';
}
diff --git a/blocks/calendar_upcoming/styles.php b/blocks/calendar_upcoming/styles.php
index 48b0d560f5b..8b95ec277c6 100644
--- a/blocks/calendar_upcoming/styles.php
+++ b/blocks/calendar_upcoming/styles.php
@@ -1,4 +1,3 @@
.block_calendar_upcoming .event .date {
text-align:right;
- font-size:0.8em;
}
diff --git a/mod/glossary/view.php b/mod/glossary/view.php
index d875012c437..7d087f5b6ad 100644
--- a/mod/glossary/view.php
+++ b/mod/glossary/view.php
@@ -290,7 +290,7 @@
$paging = glossary_get_paging_bar($count, $page, $entriesbypage, "view.php?id=$id&mode=$mode&hook=$hook&sortkey=$sortkey&sortorder=$sortorder&fullsearch=$fullsearch&",9999,10,' ', get_string("allentries","glossary"), -1);
- echo '
';
+ echo '
';
echo $paging;
echo '
';
@@ -383,7 +383,7 @@
if ( $paging ) {
echo '
';
- echo '
';
+ echo '
';
echo $paging;
echo '
';
}