Categories > TinyButStrong general >

code '[' always converted into [

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: handoko
Date: 2010-01-14
Time: 17:49

code '[' always converted into [

I have a Javascript code on html page here

<script type="text/javascript" >     
ddsmoothmenu.init({
    mainmenuid: "smoothmenu3", //menu DIV id
    orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
    classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
    customtheme: ['#CEAAAA', '#1A1FA9'],
    contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>

but tbs engine always convert the '[' with &#91;
i don't know how to solve. any one can help me?
By: Skrol29
Date: 2010-01-15
Time: 21:43

Re: code '[' always converted into &#91;