View Single Post
  #54  
Old 06-17-2020, 11:41 PM
Micolai's Avatar
Micolai Micolai is offline
Loving Mysidia!
 
Join Date: May 2020
Location: Tennessee
Posts: 130
Gender: Female
Credits: 27,063
Micolai is on a distinguished road
Default

I'm using 1.3.4 and my script just doesn't like this bit of code:

Quote:
# Rendering items now
$document->add(new Comment("
<div class="s_panel sc_item">
<img rel="tooltip" title="{$item->description} <em>{$usage}</em>" src="{$item->imageurl}"/><br/>
<b>{$item->itemname}</b><br> Own &times;{$item->quantity}<br/>", FALSE));
It's not liking anything that's closed inside of these <> and keeps saying it's a syntax error.
__________________
"You try you fail, you try you fail, but the only true failure is if you stop trying. So try again." - Haunted Mansion
Reply With Quote