~ubuntu-branches/debian/experimental/spyder/experimental

« back to all changes in this revision

Viewing changes to spyderlib/utils/inspector/templates/warning.html

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2015-03-28 09:12:38 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20150328091238-1j3fxmiq39uh26ao
Tags: 2.3.4+dfsg1-1~exp1
* Imported Upstream version 2.3.4+dfsg1
* Updated the copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    :license: MIT license
10
10
#}
11
11
 
12
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
13
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
14
 
 
15
 
<html>
16
 
 
17
 
<head>
18
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
19
 
    <link rel="stylesheet" href="file:///{{css_path}}/default.css" type="text/css" />
20
 
</head>
21
 
 
22
 
<body>
23
 
  <div id="doc-warning">
24
 
      {{text}}
25
 
  </div>
26
 
</body>
27
 
 
28
 
</html>
 
12
<div id="doc-warning">{{text}}</div>