##// END OF EJS Templates
fix no closing iframe tag...
Bussonnier Matthias -
Show More
@@ -991,19 +991,19 b''
991 "cell_type": "code",
991 "cell_type": "code",
992 "collapsed": false,
992 "collapsed": false,
993 "input": [
993 "input": [
994 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350>')"
994 "HTML('<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>')"
995 ],
995 ],
996 "language": "python",
996 "language": "python",
997 "metadata": {},
997 "metadata": {},
998 "outputs": [
998 "outputs": [
999 {
999 {
1000 "html": [
1000 "html": [
1001 "<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350>"
1001 "<iframe src=http://en.mobile.wikipedia.org/?useformat=mobile width=700 height=350></iframe>"
1002 ],
1002 ],
1003 "output_type": "pyout",
1003 "output_type": "pyout",
1004 "prompt_number": 9,
1004 "prompt_number": 9,
1005 "text": [
1005 "text": [
1006 "<IPython.core.display.HTML at 0x10fba2450>"
1006 "<IPython.core.display.HTML at 0x1094900d0>"
1007 ]
1007 ]
1008 }
1008 }
1009 ],
1009 ],
@@ -1238,4 +1238,4 b''
1238 "metadata": {}
1238 "metadata": {}
1239 }
1239 }
1240 ]
1240 ]
1241 }
1241 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now