Add paragraph tag to avoid conflicts

This commit is contained in:
0ip 2013-03-02 12:33:27 +01:00
parent 79471e95a4
commit 1226f5255e
2 changed files with 5 additions and 3 deletions

View file

@ -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",

View file

@ -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>