Ver Fonte

font-size

robert há 2 anos atrás
pai
commit
66afbb4e93
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/controllers/RequestController.php

+ 1 - 1
api/controllers/RequestController.php

@@ -243,7 +243,7 @@ class RequestController
 			}
 		}
 		// header("Location: {$_SERVER['HTTP_REFERER']}");
-		echo "<html><body><pre>" . $this->printFormat($d) . "</pre><br/>";
+		echo "<html><body><pre style=\"font-size: 14pt;\">" . $this->printFormat($d) . "</pre><br/>";
 		echo "<form action=\"" . $_SERVER['HTTP_REFERER'] . "\" method=\"POST\"><input type=\"submit\" value=\"Nächster Kunde\"/></form></body></html>";
 		exit();
 	}