diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-10-01 23:35:36 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-10-01 23:36:44 -0400 | 
| commit | a8dbd88268a7ef5c4cf5e118eeb48fa83a07e3ed (patch) | |
| tree | 562dc645c98ebce97b936bfecbda1fff76d9b2c1 | |
| parent | sha256 (2.7.1) (diff) | |
texpdf_format, remove a few commented out lines
| -rw-r--r-- | lib/sisu/v2/texpdf_format.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/lib/sisu/v2/texpdf_format.rb b/lib/sisu/v2/texpdf_format.rb index ea34a390..8eff07b9 100644 --- a/lib/sisu/v2/texpdf_format.rb +++ b/lib/sisu/v2/texpdf_format.rb @@ -967,11 +967,6 @@ WOK            and w=~/\/\S+?\// \            and w.length > 6              w.gsub!(/([_.\/])/,'\1\-') -         #elsif w !~/http:/ \ -         #and w=~/([_,.;:\/|=])/ \ -         #and w.length > 10 -         #  w.gsub!(/([_,.;:\/|=])/,'\1\-') -         #  w.gsub!(/(--)(\S{4,})/,'\1\-\2')            end            w.gsub!(/#{Mx[:gl_o]}#lt#{Mx[:gl_c]}/,'<'); w.gsub!(/#{Mx[:gl_o]}#gt#{Mx[:gl_c]}/,'>')            w.gsub!(/[\\]?~/,'<=tilde>') | 
