Browse Source

Fix for previous commit

Nicolas Petton 11 years ago
parent
commit
17b36be465
1 changed files with 0 additions and 4 deletions
  1. 0 4
      st/Helios-KeyBindings.st

+ 0 - 4
st/Helios-KeyBindings.st

@@ -572,11 +572,7 @@ showWidget: aWidget
 renderBindingActionFor: aBinding on: html
 	html span class: 'command'; with: [
 		html strong 
-<<<<<<< Updated upstream
-			class: 'pull-right'; 
-=======
 			class: 'label'; 
->>>>>>> Stashed changes
 			with: aBinding shortcut asLowercase.
   		html a 
         	class: 'action';