Skip to content

Commit 6e1e022

Browse files
committed
kinomap removed the oembed support.
1 parent ed22f7e commit 6e1e022

File tree

4 files changed

+6
-42
lines changed

4 files changed

+6
-42
lines changed

demo/index.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function array_insert (&$array, $position, $insert_array) {
136136

137137
<?php else: ?>
138138

139-
<table class="adapter">
139+
<table>
140140
<?php foreach ($adapterData as $name => $fn): ?>
141141
<tr>
142142
<th><?php echo $name; ?></th>
@@ -153,7 +153,7 @@ function array_insert (&$array, $position, $insert_array) {
153153
<?php foreach ($info->getAllProviders() as $providerName => $provider): ?>
154154
<h2><?php echo $providerName; ?> provider</h2>
155155

156-
<table class="provider">
156+
<table>
157157
<?php foreach ($providerData as $name => $fn): ?>
158158
<tr>
159159
<th><?php echo $providerName.'.'.$name; ?></th>
@@ -162,7 +162,7 @@ function array_insert (&$array, $position, $insert_array) {
162162
<?php endforeach ?>
163163

164164
<tr>
165-
<th>Bag with all data collected</th>
165+
<th>All data collected</th>
166166
<td><?php printArray($provider->bag->getAll(), false); ?></td>
167167
</tr>
168168

@@ -177,7 +177,8 @@ function array_insert (&$array, $position, $insert_array) {
177177
<?php endforeach ?>
178178

179179
<h2>Http request info</h2>
180-
<table class="request">
180+
181+
<table>
181182
<?php foreach ($info->request->getRequestInfo() as $name => $value): ?>
182183
<tr>
183184
<th><?php echo $name; ?></th>

demo/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ button {
6161
cursor: pointer;
6262
margin-top: 5px;
6363
}
64-
button[type="submit"]:hover {
64+
button:hover {
6565
background: black;
6666
color: white;
6767
}

src/Providers/OEmbed/Kinomap.php

-21
This file was deleted.

tests/KinoMapTest.php

-16
This file was deleted.

0 commit comments

Comments
 (0)