1
0
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:
Moc
2022-10-08 15:33:11 +02:00
parent f2f8877a05
commit 24f952a70a
3 changed files with 16 additions and 16 deletions

View File

@@ -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>