| 
					
				 | 
			
			
				@@ -243,7 +243,8 @@ class RequestController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		// header("Location: {$_SERVER['HTTP_REFERER']}"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		echo "<html><body><pre style=\"font-size: 20pt;\">" . $this->printFormat($d) . "</pre><br/>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		echo '<html><head><meta name="viewport" content="width=device-width, initial-scale=1"></head>'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		echo "<body><pre>" . $this->printFormat($d) . "</pre><br/>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		echo "<form action=\"" . $_SERVER['HTTP_REFERER'] . "\" method=\"POST\"><input type=\"submit\" value=\"Nächster Kunde\"/></form></body></html>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		exit(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 |