Skip to content

Commit

Permalink
plugin homepage must be non empty to do a link
Browse files Browse the repository at this point in the history
  • Loading branch information
nworr committed Sep 30, 2024
1 parent e662941 commit ca3b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/modules/admin/templates/server_information.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
{* Fixed in lizmap_server plugin 1.3.2 https://github.com/3liz/qgis-lizmap-server-plugin/commit/eb6a773ba035f877e9fa91db5ef87911a2648ee1 *}
<th style="width:20%;">
{$version['name']}
{if array_key_exists('homepage', $version)}
{if array_key_exists('homepage', $version) && $version['homepage']}
<a href="{$version['homepage']}" target="_blank"><span class='badge rounded-pill bg-secondary'>{@admin.server.information.qgis.plugin.help@}</span></a>
{/if}
</th>
Expand Down

0 comments on commit ca3b7f5

Please sign in to comment.