[Gmod-gbrowse] [Gmod-help] Re: broken "Position" link in details page

Don Gilbert gilbertd at cricket.bio.indiana.edu
Fri Feb 27 08:35:06 EST 2009


This patch needs a return " $_;" at end of map{} to work:
 $obj = join "", map{ s/([^\s\'\"\/;&]{60})/$1 /g unless(/\</); $_; } split /(<[^>]*>)/, $obj;

> >> suggested replacement, but no I haven't tested it.
>
>    # wrap long lines but avoid wrapping inside html code:
>    $obj = join "", map{ s/([^\s\'\"\/;&]{60})/$1 /g unless(/\</) } split
> /(<[^>]*>)/, $obj;





More information about the Gmod-help mailing list