Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 4e162f7

Browse files
committed
merge development to #12
1 parent 477f96c commit 4e162f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/app_config_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module AppConfigHelper
22
def current_favicon_and_options
33
if @app_configs.favicon.present?
4-
'<br><br><strong>Current Favicon: </strong>' + "#{image_tag @app_configs.favicon}"
4+
'<br /><br /><strong>Current Favicon: </strong>' + "#{image_tag @app_configs.favicon}"
55
end
66
end
77
end

0 commit comments

Comments
 (0)