Replaced pre with code for inline styles

Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
pull/1115/head
Gerard Hickey 2 years ago
parent 943ecb63a5
commit 327be2d02a
  1. 6
      ct/emqx-v5.sh

@ -61,12 +61,12 @@ function ct_description() {
Connect to ${APP} using the following URL
<pre>http://${NET}:18083</pre>
<code>http://${IP}:18083</code>
The initial login:
* username: <pre>admin</pre>
* password: <pre>public</pre>
* username: <code>admin</code>
* password: <code>public</code>
EOD
}

Loading…
Cancel
Save