1
0
mirror of https://github.com/flarum/core.git synced 2025-06-27 05:04:51 +02:00
Files
php-flarum/js/lib
Toby Zerner bdf626b552 Basic parsing of HTML tags in translations
This allows text to be wrapped with a virtual element:

	key: "This is a <test>Test</test>"

	app.trans('key', {test: <a href="#"/>});

closes #574
2015-10-14 15:24:28 +10:30
..