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