]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_checks.tpl
Beautyfied code. Link to "follow" on community profiles
[friendica.git] / view / templates / install_checks.tpl
index 44852b4101346d1ea52e31ea35c4a750505f9bb6..ca12425f0584bede0e152d94d2477d6de0d9d1b8 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <h1>{{$title}}</h1>
 <h2>{{$pass}}</h2>
 <form  action="{{$baseurl}}/index.php?q=install" method="post">
 </table>
 
 {{if $phpath}}
-       <input type="hidden" name="phpath" value="{{$phpath}}">
+       <input type="hidden" name="phpath" value="{{$phpath|escape:'html'}}">
 {{/if}}
 
 {{if $passed}}
        <input type="hidden" name="pass" value="2">
-       <input type="submit" value="{{$next}}">
+       <input type="submit" value="{{$next|escape:'html'}}">
 {{else}}
        <input type="hidden" name="pass" value="1">
-       <input type="submit" value="{{$reload}}">
+       <input type="submit" value="{{$reload|escape:'html'}}">
 {{/if}}
 </form>