Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Bible-Study into development

� Conflicts:
�	.gitignore
  • Loading branch information
bcordis committed Oct 31, 2019
2 parents a3d6a5c + ac6cf49 commit e98894e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/helpers/html/biblestudy.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static function loadCss($params, $url = null, $extra = null)
JHtml::stylesheet($url);
}

if ($extra == 'font-awesome')
if ($extra === 'font-awesome')
{
JHtml::script('https://use.fontawesome.com/releases/v5.3.1/js/all.js',
[],
Expand Down
2 changes: 1 addition & 1 deletion modules/site/mod_biblestudy/tmpl/default_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

?>
<div class="container-fluid JBSM">
<?php if (($params->get('pageheader')))
<?php if ($params->get('pageheader'))
{
?>
<div class="row-fluid">
Expand Down

0 comments on commit e98894e

Please sign in to comment.