mailr11567 - /1.3/info.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 15, 2010 - 19:43:
Author: bugman
Date: Wed Sep 15 19:43:22 2010
New Revision: 11567

URL: http://svn.gna.org/viewcvs/relax?rev=11567&view=rev
Log:
Ref.cite_html() no longer adds the DOI web address in front of normal web 
links!


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=11567&r1=11566&r2=11567&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Wed Sep 15 19:43:22 2010
@@ -535,7 +535,7 @@
         if doi and hasattr(self, 'doi') and self.doi:
             cite = cite + ' (<a href="http://dx.doi.org/%s";>abstract</a>)' % 
self.doi
         if url and hasattr(self, 'url') and self.url:
-            cite = cite + ' (<a href="http://dx.doi.org/%s";>url</a>)' % 
self.url
+            cite = cite + ' (<a href="%s">url</a>)' % self.url
 
         # End.
         if cite[-1] != '.':




Related Messages


Powered by MHonArc, Updated Wed Sep 15 20:00:02 2010