Browse Source

Fixed quotes

Igor 3 years ago
parent
commit
2797f28fff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      explorer/index.php

+ 1 - 1
explorer/index.php

@@ -91,7 +91,7 @@
     <form>
         Selecione o identificador do formulário: 
             <select name="formulario" onchange="this.form.submit()">
-                <option></option>";
+                <option></option>
                 <?php
                     foreach($all_forms as $form) {
                         if ((isset($_GET['formulario'])