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 Connect to ${APP} using the following URL
<pre>http://${NET}:18083</pre> <code>http://${IP}:18083</code>
The initial login: The initial login:
* username: <pre>admin</pre> * username: <code>admin</code>
* password: <pre>public</pre> * password: <code>public</code>
EOD EOD
} }

Loading…
Cancel
Save