게시판 리스트 검색 stx 필드에 id 지정되지 않은 것 수정

This commit is contained in:
chicpro
2013-11-01 18:08:15 +09:00
parent 1a0364ee62
commit b9961bf8be
4 changed files with 4 additions and 4 deletions

View File

@ -180,7 +180,7 @@ if ($is_nogood) $colspan++;
<option value="wr_name,0"<?php echo get_selected($sfl, 'wr_name,0'); ?>>글쓴이(코)</option>
</select>
<label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" value="<?php echo stripslashes($stx) ?>" required class="frm_input required" size="15" maxlength="15">
<input type="text" name="stx" value="<?php echo stripslashes($stx) ?>" required id="stx" class="frm_input required" size="15" maxlength="15">
<input type="submit" value="검색" class="btn_submit">
</form>
</fieldset>