diff --git a/src/ripple/websocket/Handler.h b/src/ripple/websocket/Handler.h index 6807c0943..873996a76 100644 --- a/src/ripple/websocket/Handler.h +++ b/src/ripple/websocket/Handler.h @@ -463,9 +463,9 @@ public: cpClient->set_body ( "" + systemName () + - " Test" + "

" + systemName () + - " Test

This page shows http(s) connectivity is working." - "

"); + " Test page for rippled" + "

" + + systemName () + " Test

This page shows rippled http(s) " + "connectivity is working./p>"); return true; }