scratch – Diff between revs 105 and 106

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 105 Rev 106
Line 76... Line 76...
76 <head> 76 <head>
77 <meta property="og:site_name" content="Scratch Copy"> 77 <meta property="og:site_name" content="Scratch Copy">
78 <meta property="og:url" content="$GRAPH_URL"> 78 <meta property="og:url" content="$GRAPH_URL">
79 <meta property="og:title" content="Scratch Copy"> 79 <meta property="og:title" content="Scratch Copy">
80 <meta property="og:type" content="video.other"> 80 <meta property="og:type" content="video.other">
81 <meta property="og:image" content="$GRAPH_URL"> 81 <meta property="og:image" content="$CANON_URL">
82 <meta property="og:image:width" content="$width"> 82 <meta property="og:image:width" content="$width">
83 <meta property="og:image:height" content="$height"> 83 <meta property="og:image:height" content="$height">
84 </head> 84 </head>
Line 85... Line 85...
85   85  
86 <body> 86 <body>
87 <p> 87 <p>
88 <img src="$URL"> 88 <img src="$CANON_URL">
89 </p> 89 </p>
Line 90... Line 90...
90 </body> 90 </body>
91   91