mailr11568 - in /branches/bieri_gui: ./ 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:57 2010
New Revision: 11568

URL: http://svn.gna.org/viewcvs/relax?rev=11568&view=rev
Log:
Merged revisions 11567 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r11567 | bugman | 2010-09-15 19:43:22 +0200 (Wed, 15 Sep 2010) | 3 lines
  
  Ref.cite_html() no longer adds the DOI web address in front of normal web 
links!
........

Modified:
    branches/bieri_gui/   (props changed)
    branches/bieri_gui/info.py

Propchange: branches/bieri_gui/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Sep 15 19:43:57 2010
@@ -1,1 +1,1 @@
-/1.3:1-11565
+/1.3:1-11567

Modified: branches/bieri_gui/info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/info.py?rev=11568&r1=11567&r2=11568&view=diff
==============================================================================
--- branches/bieri_gui/info.py (original)
+++ branches/bieri_gui/info.py Wed Sep 15 19:43:57 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:40:01 2010