From 81f9e58d8184c0ace92fe241de005192a0b35953 Mon Sep 17 00:00:00 2001
From: Nicolas Boutet <amd3002@gmail.com>
Date: Tue, 12 Nov 2013 20:26:01 +0100
Subject: Fix wrong button names/places

---
 simplex/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'simplex')

diff --git a/simplex/index.html b/simplex/index.html
index 199b7e9a..77899bcf 100644
--- a/simplex/index.html
+++ b/simplex/index.html
@@ -333,8 +333,8 @@
             <div class="bs-example" style="margin-bottom: 15px;">
               <div class="btn-group btn-group-justified">
                 <a href="#" class="btn btn-default">Left</a>
-                <a href="#" class="btn btn-default">Right</a>
                 <a href="#" class="btn btn-default">Middle</a>
+                <a href="#" class="btn btn-default">Right</a>
               </div>
             </div>
 
-- 
cgit v1.2.3