diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index d47fd33..aab40d8 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/plugins/customPlugins.py b/plugins/customPlugins.py index 6d2e43d..0f2a09c 100644 --- a/plugins/customPlugins.py +++ b/plugins/customPlugins.py @@ -6,7 +6,7 @@ import os # Plugin Data info = { "name": "Custom Plugin Manager", - "description": "Import custom plugins from git repositories", + "description": "Import custom plugins from git repositories
Find some plugins here", "version": "1.0", "author": "Nathan.Woodburn/" } diff --git a/templates/plugin.html b/templates/plugin.html index f8b20f0..8abcfa7 100644 --- a/templates/plugin.html +++ b/templates/plugin.html @@ -65,7 +65,7 @@

{{error}}

{{name}}

-

{{description}}

+

{{description|safe}}

Author: {{author}}
Version: {{version}}
Source: {{source}}
{{functions|safe}}