Problem/Motivation With enabled cache flags saved in cookies name 'flags' with the SPACE delimiter.

But js split saved flags with PLUS delimiter.

So only the first flag link will be changed on the page if there is the list of nodes.

There is a space separator for reading and updaeting cookie in flag.cookie_storage.inc in FlagNonGlobalCookieStorage class.