https://bugzilla.wikimedia.org/show_bug.cgi?id=47566
--- Comment #6 from Max Klein <[email protected]> --- To use HTMLTags for LRMI both <meta> and <span> are needed. So I believe the required added lines will be $wgHTMLTagsAttributes['meta'] = array( 'itemprop', 'content' ); $wgHTMLTagsAttributes['span'] = array( 'itemprop', 'itemtype', 'contents' ); Yaron, can you confirm this matches the configuration at http://lrmi-demo.referata.com/wiki/Main_Page ? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
