Title with " " space in doc, pdf

Post Reply
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

Title with " " space in doc, pdf

Post by pete.smith »

This is an unfortunate bug, whereby some users have actually saved a "space" character as the title in a word or pdf Doc. What happens is, no link is displayed since, it is not smart enough to decipher that it is a space.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Title with " " space in doc, pdf

Post by mark »

To accomodate browsers that can't underline spaces you can change them in the script. Either at walk time, before storing into the database, in dowalk or at search time in search.

<sandr "\space+" "" $Title><!-- see if all space -->
<if $ret eq ""><$Title=""></if><!-- yes, activate "no title" logic -->
Post Reply