Index: bin/booh-backend
===================================================================
RCS file: /opt/cvs/booh/bin/booh-backend,v
retrieving revision 1.29
diff -u -r1.29 booh-backend
--- bin/booh-backend	18 Jun 2005 00:22:19 -0000	1.29
+++ bin/booh-backend	18 Jun 2005 12:52:02 -0000
@@ -924,7 +924,7 @@
                     line
                 }
                 if xmldir.child_byname_notattr('image', 'deleted')
-                    substInFile("#{dest_dir}/image-#{sizeobj['name']}.html") { |line|
+                    substInFile("#{dest_dir}/image-#{size2js(sizeobj['name'])}.html") { |line|
                         sub_previous_next_album(previous_album, next_album, line)
                     }
                 end

