mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Contact LANs updated to v2 specifications. BC fix included.
This commit is contained in:
@@ -19,6 +19,6 @@ function lan_shortcode($parm = '')
|
||||
}
|
||||
elseif(ADMIN)
|
||||
{
|
||||
return "<span class='alert alert-danger'><strong>".$parm ."</strong> is undefined</span>"; // debug info
|
||||
return "<span class='alert alert-danger' style='padding:0'><strong>".$parm ."</strong> is undefined</span>"; // debug info
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user