From e436636f3c494a66c8c2c79a3f37f7c8cd0a60b0 Mon Sep 17 00:00:00 2001 From: birocarol Date: Fri, 18 Mar 2016 11:08:48 +0200 Subject: [PATCH] 13 --- _posts/2016-03-15-Reisekosten-App-Frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-03-15-Reisekosten-App-Frontend.md b/_posts/2016-03-15-Reisekosten-App-Frontend.md index 00317b4..1c02570 100644 --- a/_posts/2016-03-15-Reisekosten-App-Frontend.md +++ b/_posts/2016-03-15-Reisekosten-App-Frontend.md @@ -148,7 +148,7 @@ Beside modules the above code snippet contains the configuration of routing. Usi To understand a bit better let's take a look on the trips page which is built up from trips.html as template and TripsControl as controller: -```HTML5 +```html