Browse Source

Remove extra whitespace around node ID (fixes #335)

Jakob Borg 11 years ago
parent
commit
e5d16ed08a
2 changed files with 1 additions and 3 deletions
  1. 0 0
      auto/gui.files.go
  2. 1 3
      gui/index.html

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 1 - 3
gui/index.html

@@ -408,9 +408,7 @@ found in the LICENSE file.
           </h4>
         </div>
         <div class="modal-body">
-          <div class="well well-sm text-monospace text-center">
-            {{myID | chunkID}}
-          </div>
+          <div class="well well-sm text-monospace text-center">{{myID | chunkID}}</div>
           <img ng-if="myID" class="center-block img-thumbnail" src="qr/{{myID | chunkID}}"/>
         </div>
         <div class="modal-footer">

Some files were not shown because too many files changed in this diff