Closed jeremyruppel closed 13 years ago
...Even though they are listed in the doc_dictionary.xml correctly. The fix can be made easily on line 121 of asd.rb:
Change:
if File.exist?(fp)
to:
if File.exist?(fp.sub(/#.*/,''))
Thanks,
J
Just applied the patch. Thank you for the help - and sorry it's taken so long.
Cheers, Simon
...Even though they are listed in the doc_dictionary.xml correctly. The fix can be made easily on line 121 of asd.rb:
Change:
if File.exist?(fp)
to:
if File.exist?(fp.sub(/#.*/,''))
Thanks,
J