XSS 취약점(16-320) 수정

This commit is contained in:
chicpro
2016-05-02 10:57:08 +09:00
parent d73bd89d1c
commit 23b996d9f8
3 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ if($od['od_pg'] == 'lg') {
$sell_price = $opt_price * $opt['ct_qty'];
$point = $opt['ct_point'] * $opt['ct_qty'];
?>
<div class="li_opt"><?php echo $opt['ct_option']; ?></div>
<div class="li_opt"><?php echo get_text($opt['ct_option']); ?></div>
<div class="li_prqty">
<span class="prqty_price li_prqty_sp"><span>판매가 </span><?php echo number_format($opt_price); ?></span>
<span class="prqty_qty li_prqty_sp"><span>수량 </span><?php echo number_format($opt['ct_qty']); ?></span>