diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
| commit | ad2f0e13109a624a158c7532c312bc08f1d45af8 (patch) | |
| tree | 3e13097a0c086e5d82c64ea49bd0eef7827c3440 /themes/_custom | |
| parent | a6762289f3e1aa394a2721a82ffef93958cd133f (diff) | |
| download | webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.gz webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.bz2 webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.zip | |
Two spaces have no effect in HTML
Diffstat (limited to 'themes/_custom')
| -rw-r--r-- | themes/_custom/theme.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/_custom/theme.php b/themes/_custom/theme.php index aa6f289576..fc3157ff5f 100644 --- a/themes/_custom/theme.php +++ b/themes/_custom/theme.php @@ -23,7 +23,7 @@ use Fisharebest\Webtrees\Theme\WebtreesTheme; * * Since theme folders beginning with an underscore are reserved for special * use, you should copy this entire folder ("themes/_custom") to a new name. - * For example, "themes/custom". You should also rename the class. + * For example, "themes/custom". You should also rename the class. * * In this example, we are extending the webtrees theme, but you could * also extend any of the core themes, or even the base theme. @@ -33,7 +33,7 @@ use Fisharebest\Webtrees\Theme\WebtreesTheme; */ class MyTheme extends WebtreesTheme { /** - * Give your theme a unique identifier. Themes beginning with an underscore + * Give your theme a unique identifier. Themes beginning with an underscore * are reserved for internal use. * * {@inheritdoc} @@ -43,8 +43,8 @@ class MyTheme extends WebtreesTheme { } /** - * Give your theme a name. This is shown to the users. - * Use HTML entities where appropriate. e.g. “Black & white”. + * Give your theme a name. This is shown to the users. + * Use HTML entities where appropriate. e.g. “Black & white”. * * You could use switch($this->locale) {} to provide a translated versions * of the theme name. |
