On Drupal 6.10, I am using FileField with CCK 6.x-2.1 and using it to create a field called "audio_file". It is a place to upload an mp3 to the individual node. When I go to Views (6.x-2.3), I use a fields view and tell it to rewrite the audio file field as a link, so I put this:

Audio

But it spits out the field like this:

">Audio

So, apparently there is some visual code in the actual filefield, something that looks like this:

How do i fix that?

Comments

wakeband’s picture

Status: Active » Closed (fixed)