mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Fixes #4801 - Remove whitespace from LAN definition (PM plugin)
This commit is contained in:
@@ -293,7 +293,7 @@ $PM_TEMPLATE['show'] =
|
||||
//$PM_NOTIFY =
|
||||
$PM_TEMPLATE['notify'] =
|
||||
"<div>
|
||||
<h4>".LAN_PM_101."{SITENAME}</h4>
|
||||
<h4>".LAN_PM_101." {SITENAME}</h4>
|
||||
<table class='table table-striped'>
|
||||
<tr><td>".LAN_PM_102."</td><td>{USERNAME}</td></tr>
|
||||
<tr><td>".LAN_PM_103."</td><td>{PM_SUBJECT}</td></tr>
|
||||
|
Reference in New Issue
Block a user