]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_checks.tpl
Add user language in settings, use that field as language for UI
[friendica.git] / view / templates / install_checks.tpl
index 217f182a507c03cd7966772f50be03b730bc10ed..ca12425f0584bede0e152d94d2477d6de0d9d1b8 100644 (file)
 </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>