There's a weird encoding problem in the views/media_default.view.inc file on lines 152-155. The arrows before/after first/previous/next/last are encoded wrong, see here: http://drupalcode.org/project/media.git/blob/cee54f03ee1f37cb9edb0e59e72...

I noticed that, because l10n_client threw an error:
"warning: htmlspecialchars(): Invalid multibyte sequence in argument in _l10n_client_dom_strings()"

Tough to track down the cause of that, but the fix is easy enough :)

CommentFileSizeAuthor
media-encoding_problem.patch499 bytesVolx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ParisLiakos’s picture

Status: Active » Fixed

thanks, fix commited

ParisLiakos’s picture

Status: Fixed » Active

hmm thats weird, first and last are still messed up

maybe we should use » here? http://www.raquo.net/

Dave Reid’s picture

Status: Active » Closed (fixed)

We use whatever Views exports for us. This seems to be solved, so let's file a new issue if this needs another adjustment.