Merge pull request #1238 from ZogStriP/moar-bullets

change the pipe into a bullet in the lightbox overlay
This commit is contained in:
Sam
2013-07-23 00:41:47 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class CookedPostProcessor
filename = get_filename(upload, img['src'])
informations = "#{original_width}x#{original_height}"
informations << " | #{number_to_human_size(upload.filesize)}" if upload
informations << " #{number_to_human_size(upload.filesize)}" if upload
meta.add_child create_span_node("filename", filename)
meta.add_child create_span_node("informations", informations)