aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/texpdf_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-10-01 23:44:42 -0400
committerRalph Amissah <ralph@amissah.com>2010-10-01 23:44:42 -0400
commit27020c9bb0e449e1af86d4f1756e3a1582b4ad00 (patch)
treea9bf1e1b93d5983d96be8dce2eccbcca412490e6 /lib/sisu/v2/texpdf_format.rb
parentdebian/changelog 2.7.1-1 (diff)
parentversion & changelog 2.7.2 (squeeze freeze, fixes) (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/texpdf_format.rb')
-rw-r--r--lib/sisu/v2/texpdf_format.rb5
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>')