]> git.mxchange.org Git - friendica.git/blobdiff - view/install_checks.tpl
template engine rework
[friendica.git] / view / install_checks.tpl
index 176611d4bef27471ecb7de3d02ba23cf7c084cec..a3aa2b2660628a4e1e9260a47f1b231f6cf9c623 100644 (file)
@@ -3,7 +3,7 @@
 <form  action="$baseurl/index.php?q=install" method="post">
 <table>
 {{ for $checks as $check }}
-       <tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}{{if$check.required}}off{{else}}yellow{{endif}}{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>
+       <tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}{{if $check.required}}off{{else}}yellow{{endif}}{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>
        {{if $check.help }}
        <tr><td colspan="3"><blockquote>$check.help</blockquote></td></tr>
        {{endif}}