diff --git a/modules/cms/controllers/themes/_theme_list.htm b/modules/cms/controllers/themes/_theme_list.htm
index e7f9670c6..45f0fdce9 100644
--- a/modules/cms/controllers/themes/_theme_list.htm
+++ b/modules/cms/controllers/themes/_theme_list.htm
@@ -15,7 +15,7 @@
= e($theme->getConfigValue('name', $theme->getDirName())) ?>
-
by = e($author) ?>
+
by = e($author) ?>
= e($theme->getConfigValue('description', 'The theme description is not provided.')) ?>
diff --git a/themes/demo/theme.yaml b/themes/demo/theme.yaml
index f4337e095..8ad40572a 100644
--- a/themes/demo/theme.yaml
+++ b/themes/demo/theme.yaml
@@ -1,4 +1,4 @@
name: Demo
description: Demo OctoberCMS theme. Demonstrates the basic concepts of the front-end theming: layouts, pages, partials, components, content blocks, AJAX framework.
author: OctoberCMS
-author-url: 'http://octobercms.com'
\ No newline at end of file
+authorUrl: 'http://octobercms.com'
\ No newline at end of file