Fixed a typo in class MediaPage(). Thank you Tim Lyons for pointing it out to me.
svn: r18748
This commit is contained in:
parent
1b303788e6
commit
2890d56be3
@ -1872,8 +1872,8 @@ class BasePage(object):
|
||||
style="left:%d%%; top:%d%%; width:%d%%; height:%d%%;"
|
||||
% (x, y, w, h)) + Html("a", name, href = linkurl)
|
||||
# Need to add link to mediadisplay to get the links:
|
||||
mediadisplay += self.media_link(photo_handle, ewpath,
|
||||
descr, uplink = self.up, usedescr = False)
|
||||
mediadisplay += self.media_link(photo_handle, newpath,
|
||||
descr, self.up, False)
|
||||
else:
|
||||
try:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user