]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
fix ldap ssh-keys script
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 26 Dec 2022 05:19:20 +0000 (06:19 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 9 Apr 2023 15:16:33 +0000 (17:16 +0200)
modules/private/websites/tools/tools/landing/ldap_ssh_keys.php

index 259e28d1ac9e39366b1a672963cbf3f20a433787..21bb55406dec4bfb4179550973d32c6fbb0df6e9 100644 (file)
@@ -306,7 +306,7 @@ if (isUserLogged()) :
                 </tr>`;
 
                 newLine += `<tr class="sshkeyrow">
-                    <td colspan="<?php echo 1+count(apps); ?>" class="sshkey"><textarea name="keys[$[i}][public_key]"></textarea></td>
+                    <td colspan="<?php echo 1+count(apps); ?>" class="sshkey"><textarea name="keys[${i}][public_key]"></textarea></td>
                 </tr>`;