소스 검색

Fixed quotes

Igor 5 년 전
부모
커밋
2797f28fff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'])