Skip to content

Commit

Permalink
fix video description
Browse files Browse the repository at this point in the history
  • Loading branch information
krisxoofoo committed Dec 8, 2013
1 parent fa01834 commit 469cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function parse_query($query,$start=0){
'site'=>$r[5],
'titre'=>$r[4],
'links'=>array_map('urldecode', $r[3]),
'description'=>array_map('description_sanitise',$r[6]),
'description'=>array_map('strip_tags',$r[6]),
'thumbs'=>$r[1],
'thumbs_w'=>$r[2],
'nb_pages'=>$p,
Expand Down

0 comments on commit 469cca0

Please sign in to comment.