Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from zero-24/patch-1
Browse files Browse the repository at this point in the history
Just tabs vs spaces 😄
  • Loading branch information
brianteeman authored Jan 11, 2017
2 parents 7eee83d + 4aeb5e9 commit 12cb647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haraka.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private function displayHaraka()
$countdown_date = $this->params->get('countdown_date', '');
$fonts = $this->params->get('fonts', 'Roboto+Slab|Roboto');
$font = explode("|", $fonts);
$fontcss = str_replace('+',' ', $font);
$fontcss = str_replace('+',' ', $font);
$text = $this->params->get('text', '<p>' . JText::_('PLG_SYSTEM_HARAKA_COMING_SOON') . '</p>');
$theme = $this->params->get('theme', 'light');
$uri = JUri::getInstance();
Expand Down

0 comments on commit 12cb647

Please sign in to comment.