From c6f75a6b0bdc6cb9f89f68141d2933318cec56df Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 10 Jun 2015 12:01:51 +0200 Subject: [PATCH] Corrected jade bug --- controllers/stream/views/index.jade | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/controllers/stream/views/index.jade b/controllers/stream/views/index.jade index 7568cdd..a2d699a 100644 --- a/controllers/stream/views/index.jade +++ b/controllers/stream/views/index.jade @@ -14,14 +14,14 @@ block content h2 Sphere streaming p. - | In fact, it's not really streaming. The sphere is fully preloaded - | and then, a mesh is created and vertices and faces are dynamically - | added to this mesh as time goes by. + In fact, it's not really streaming. The sphere is fully preloaded + and then, a mesh is created and vertices and faces are dynamically + added to this mesh as time goes by. p. - | In fact, it is acutally streaming. If you web browser supports - | WebSocket, you'll connect to the server and the mesh will be streamed - | onto the socket and the faces will be displayed as soon as you - | receive them. + In fact, it is acutally streaming. If you web browser supports + WebSocket, you'll connect to the server and the mesh will be streamed + onto the socket and the faces will be displayed as soon as you receive + them. #container