[Moin-devel] CVS: MoinMoin/action AttachFile.py,1.17,1.18

J?rgen Hermann jhermann at users.sourceforge.net
Sat Feb 2 10:02:12 EST 2002


Update of /cvsroot/moin/MoinMoin/action
In directory usw-pr-cvs1:/tmp/cvs-serv29152

Modified Files:
	AttachFile.py 
Log Message:
Minor formatting fix


Index: AttachFile.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/action/AttachFile.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** AttachFile.py	2002/02/02 15:26:53	1.17
--- AttachFile.py	2002/02/02 18:01:21	1.18
***************
*** 234,238 ****
              if user.current.may.delete:
                  del_link = '<A HREF="%(baseurl)s/%(pagename)s' \
!                     '?action=%(action)s&do=del&target=%(urlfile)s">del</A> |' % locals()
  
              get_url = getAttachUrl(pagename, file)
--- 234,238 ----
              if user.current.may.delete:
                  del_link = '<A HREF="%(baseurl)s/%(pagename)s' \
!                     '?action=%(action)s&do=del&target=%(urlfile)s">del</A> | ' % locals()
  
              get_url = getAttachUrl(pagename, file)





More information about the Moin-devel mailing list