I don't think the variabel is the problem. It is set to:
<?php $smallStory = ($WADAbuckets_details->getColumnVal("sto_text")) ?>
It does not matter if I write the whole code or use a variable in this case:
<?php echo strip_tags($WADAbuckets_details->getColumnVal("sto_text")); ?>