Correctly display plugin list in troubleshooting tab

Fixes #3402.
This commit is contained in:
nashe 2018-06-02 20:27:41 +02:00 committed by muxator
parent c4918efc1b
commit 937ca09d74
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<p>Git sha: <a href='https://github.com/ether/etherpad-lite/commit/<%= gitCommit %>'><%= gitCommit %></a></p>
<h2>Installed plugins</h2>
<pre><%- plugins.formatPlugins().replace(", ","\n") %></pre>
<pre><%- plugins.formatPlugins().replace(/, /g,"\n") %></pre>
<h2>Installed parts</h2>
<pre><%= plugins.formatParts() %></pre>