mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
Add paragraph tag to avoid conflicts
This commit is contained in:
parent
79471e95a4
commit
1226f5255e
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ep_page_view",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"keywords": ["page view", "pv", "preview", "overview"],
|
||||
"description": "Add support to do 'page view', with a toggle on/off option in Settings",
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
<input type="checkbox" id="options-pageview" <%= checked %>></input>
|
||||
<label for="options-pageview">Page View</label>
|
||||
<p>
|
||||
<input type="checkbox" id="options-pageview" <%= checked %>></input>
|
||||
<label for="options-pageview">Page View</label>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue