잘못된 코드 수정

This commit is contained in:
thisgun
2018-12-17 10:07:38 +09:00
parent e620f6aafa
commit 965f87a735

View File

@ -465,7 +465,7 @@ else {
<?php } ?> <?php } ?>
<div class="btn_fixed_top"> <div class="btn_fixed_top">
<input type="submit" value="확인" class="btn_submit btn" accesskey="s"> <input type="submit" value="확인" class="btn_submit btn" accesskey="s">
<a href="./categorylist.php?'.$qstr.'" class="btn_02 btn">목록</a> <a href="./categorylist.php?<?php echo $qstr; ?>" class="btn_02 btn">목록</a>
</div> </div>
</form> </form>