From fabfc2c3f7bb3f83a5e517abe7dad4ec7985ff26 Mon Sep 17 00:00:00 2001 From: dlaxcess Date: Tue, 31 Dec 2024 14:55:14 +0100 Subject: [PATCH] wordpress format --- wordpress/plugins/kredeum-nfts/common/shortcode/shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/plugins/kredeum-nfts/common/shortcode/shortcode.php b/wordpress/plugins/kredeum-nfts/common/shortcode/shortcode.php index acd38b2a..3622bc1a 100644 --- a/wordpress/plugins/kredeum-nfts/common/shortcode/shortcode.php +++ b/wordpress/plugins/kredeum-nfts/common/shortcode/shortcode.php @@ -31,7 +31,7 @@ function add_shortcode_callback( $atts = array(), $content = null, $tag = '' ) { $atts ); - $o = '
'; + $o = '
'; $o .= '
'; return $o; };