diff --git a/core/modules/filters/tag.js b/core/modules/filters/tag.js index 951a28c6b..ea0c8cb90 100644 --- a/core/modules/filters/tag.js +++ b/core/modules/filters/tag.js @@ -52,7 +52,7 @@ exports.tag = function(source,operator,options) { } } } - return results; + return $tw.browser ? results.reverse() : results; }; })();