Hi, Andreas.

I've a little patched the patch to drop out arrows from hyperlinks.
Seems, this variant looks nicely than with arrows.

patch in attache :)

-- 
... mpd playing: Manowar - 09 Black Wind, Fire And Steel

. ''`.                               Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’              GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537
--- debian/wn-for-goldendict.rb	2009-11-11 18:10:06.000000000 +0300
+++ debian/wn-for-goldendict.rb	2009-11-11 17:53:40.000000000 +0300
@@ -625,11 +625,11 @@
   end
   def make_link(target)
     target = target.strip
-    if (target =~ /↑/)
+    if (target =~ /<<.+>>/)
       target
     else
       # no need to validate links, the format is good, no broken links
-      "↑<<#{target}>>"
+      "<<#{target}>>"
     end
   end
 end

Attachment: signature.asc
Description: Digital signature

Reply via email to