Install: Fix HTML to set lang attribute

pull/5641/head
Angel Fernando Quiroz Campos 5 months ago
parent 193763e905
commit 4bf62d1bdc
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 1
      public/main/install/index.php

@ -707,6 +707,7 @@ $installerData = [
];
?>
<!DOCTYPE html>
<html lang="<?php echo $installationLanguage ?>" class="no-js h-100">
<head>
<title>
&mdash; <?php echo $translator->trans('Chamilo installation').' &mdash; '.$translator->trans('Version').' '.$new_version; ?>

Loading…
Cancel
Save