change the pipe into a bullet in the lightbox overlay

This commit is contained in:
Régis Hanol
2013-07-22 22:41:08 +02:00
parent b0ca3a34ca
commit dbf6fb0232
2 changed files with 2 additions and 2 deletions

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)