From d96054c5df7b28c818724dded1de7173933465ae Mon Sep 17 00:00:00 2001
From: Julian Kornberger <jk+github@digineo.de>
Date: Thu, 7 Aug 2014 10:49:55 +0200
Subject: [PATCH] docs: fix literal blocks

---
 docs/features/mesh-on-wan.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/features/mesh-on-wan.rst b/docs/features/mesh-on-wan.rst
index 2c6b0bb0f..2f1a8a474 100644
--- a/docs/features/mesh-on-wan.rst
+++ b/docs/features/mesh-on-wan.rst
@@ -1,15 +1,13 @@
 Mesh on WAN
 ===========
 
-It's possible to enable the mesh on the WAN port like this:
+It's possible to enable the mesh on the WAN port like this::
 
-  ::
   uci set network.mesh_wan.auto=1
   uci commit
 
-It may also be disabled again by running:
+It may also be disabled again by running::
 
-  ::
   uci set network.mesh_wan.auto=0
   uci commit
 
-- 
GitLab