When a user uses dual or tri licensing like this in the metadata block:
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @license (CC); http://creativecommons.org/licenses/by-nc-sa/3.0/
... it's not splitting the array (not completely necessary but would be nice) and displaying twice (bug).
See this production homepage and this dev homepage.
This metadata block key is not unique and not mentioned in the derived CI parseMeta routine as being such.
Should not be related to #159 since I spelled the addition completely different for the en-US one... CONFIRMED on dev not #159... issue still exists if backed out.
When a user uses dual or tri licensing like this in the metadata block:
... it's not splitting the array (not completely necessary but would be nice) and displaying twice (bug).
See this production homepage and this dev homepage.
This metadata block key is not unique and not mentioned in the derived CI
parseMetaroutine as being such.Should not be related to #159 since I spelled the addition completely different for the
en-USone... CONFIRMED on dev not #159... issue still exists if backed out.