mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 14:41:39 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
3fce0d58b6
|
@ -284,7 +284,7 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
}
|
||||
echo "<tr>";
|
||||
echo "<td>".getMLText("comment").":</td>\n";
|
||||
echo "<td><div class=\"folder-comment\">".$content."</div></td>\n";
|
||||
echo "<td><div class=\"folder-comment\">".$comment."</div></td>\n";
|
||||
echo "</tr>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user