Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 26b6b97

Browse files
egoistznck
authored andcommitted
Escape html in docs (#73)
fix #72
1 parent d4dca0a commit 26b6b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/2.3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section lists config options for `<style>` elements.
3939
The `css` option accepts style handling options.
4040
- Set `css: null` to extract a consolidated style file in `dist/bundle.css`.
4141
- Set `css: false` to disable style at all.
42-
- Set `css: true` to dynamically inject as <style> tags via JavaScript.
42+
- Set `css: true` to dynamically inject as `<style>` tags via JavaScript.
4343
- Set `css: String` (eg: `css: 'dist/css/my-bundle.css`) to extract a consolidated style file in `dist/css/my-bundle.css`.
4444
- Set `css: Function` to provide a custom handler. Your handler would receive 3 parameters:
4545
- `style: String` - A string with all style elements' content concatenated.

0 commit comments

Comments
 (0)