1
0
Fork 0

Fix Proxy module routes

- Fix EOL in view/templates/exception.tpl
This commit is contained in:
Hypolite Petovan 2019-05-02 21:35:37 -04:00
commit 70bef12fd2
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<div id="exception" class="generic-page-wrapper">
<h1>{{$title}}</h1>
<p>{{$message}}</p>
</div>
<div id="exception" class="generic-page-wrapper">
<h1>{{$title}}</h1>
<p>{{$message}}</p>
</div>