Stop using non-breaking spaces in stuff added to the file info line.

This commit is contained in:
ccd0 2016-04-28 06:09:33 -07:00
parent 3c0dd4633b
commit 14d21628af
3 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@ ImageExpand =
Header.addShortcut @EAI, 520
$.on d, 'scroll visibilitychange', @cb.playVideos
@videoControls = $.el 'span', className: 'video-controls'
$.extend @videoControls, <%= html('\u00A0<a href="javascript:;" title="You can also contract the video by dragging it to the left.">contract</a>') %>
$.extend @videoControls, <%= html(' <a href="javascript:;" title="You can also contract the video by dragging it to the left.">contract</a>') %>
Callbacks.Post.push
name: 'Image Expansion'

View File

@ -15,7 +15,7 @@ Metadata =
className: 'webm-title'
$.extend el,
<%= html('<a href="javascript:;"></a>') %>
$.add @file.text, [$.tn('\u00A0'), el]
$.add @file.text, [$.tn(' '), el]
$.one el.lastElementChild, 'mouseover focus', Metadata.load if el.children.length is 1
load: ->

View File

@ -72,8 +72,7 @@ Sauce =
nodes = []
for link in Sauce.links when node = Sauce.createSauceLink link, @
# \u00A0 is nbsp
nodes.push $.tn('\u00A0'), node
nodes.push $.tn(' '), node
$.add @file.text, nodes
formatters: