Fix the generation of the sign strings.
This commit is contained in:
		@@ -81,7 +81,7 @@ public class Cell {
 | 
			
		||||
			if(r.isEmpty()) {
 | 
			
		||||
				r = s.toString();
 | 
			
		||||
			}else {
 | 
			
		||||
				r += r + ";" + s.toString();
 | 
			
		||||
				r += ";" + s.toString();
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user