Skip to content

Commit

Permalink
theme-info.xml was semantically wrong
Browse files Browse the repository at this point in the history
Signed-off-by: John Rayes <live627@gmail.com>
  • Loading branch information
live627 committed May 26, 2014
1 parent d1fa165 commit 7b7dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Themes.php
Expand Up @@ -1440,7 +1440,7 @@ function InstallCopy()
<!-- The theme\'s version, please try to use semantic versioning. -->
<version>1.0</version>
<!-- Install for, the SMF versions this theme was designed for. Uses the same wildcards used in the packager manager. This field is mandatory. -->
<install for="'. $context['to_install']['install_for'] .'">
<install for="'. $context['to_install']['install_for'] .'" />
<!-- Theme name, used purely for aesthetics. -->
<name>' . $context['to_install']['name'] . '</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->
Expand Down

0 comments on commit 7b7dd10

Please sign in to comment.