projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f396bb
)
fix "original size" broken while generating web-album, introduced in de3d4d21d41801e2...
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Fri, 13 Jun 2008 09:52:43 +0000
(11:52 +0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Fri, 13 Jun 2008 09:52:43 +0000
(11:52 +0200)
bin/booh-backend
patch
|
blob
|
history
diff --git
a/bin/booh-backend
b/bin/booh-backend
index 5a512c22d229adf7c73e933fdebb1ec221a720cc..596b019f573b7946089e4d6083f851be890973b8 100755
(executable)
--- a/
bin/booh-backend
+++ b/
bin/booh-backend
@@
-578,7
+578,7
@@
def substitute_html_sizes(html, sizeobj, type, suffix)
end
end
if type == 'image' && $limit_sizes =~ /original/
- sizestrings << '<a id="linkoriginal" target="newframe">' + defer_translation(sizename('original'
), false
) + '</a>'
+ sizestrings << '<a id="linkoriginal" target="newframe">' + defer_translation(sizename('original'
, false)
) + '</a>'
end
end
html.sub!(/~~sizes~~(.+)~~/) { sizestrings.join($1) }