Fuzionx commented on a Page, sockets football  -  Dec 08, 2011
alias -l html {
  var %x, %i = $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $remove(%x,&nbsp;)
  return %x
}

You set %i but you never use it again..
Try:

alias -l html return $remove($regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,$1-), &nbsp;)

I dont know what the ",$null,$1-" part does though..

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.