浏览代码

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'])