Browse Source

Merge pull request #4066 from Rob--W/crx-pageaction-html-typo

Added missing <html> tag to page action
Yury Delendik 11 years ago
parent
commit
02671decf2
  1. 2
      extensions/chromium/pageActionPopup.html

2
extensions/chromium/pageActionPopup.html

@ -14,7 +14,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -14,7 +14,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
html {

Loading…
Cancel
Save