slash "
This commit is contained in:
parent
227273d52a
commit
0cc83a55ea
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
||||||
while (($line = fgets($myfile)) !== false) {
|
while (($line = fgets($myfile)) !== false) {
|
||||||
echo "<div class='post'><h2>" . $line . "</h2>";
|
echo "<div class='post'><h2>" . $line . "</h2>";
|
||||||
echo "<i>" . fgets($myfile) . "</i>";
|
echo "<i>" . fgets($myfile) . "</i>";
|
||||||
echo "<canvas id=\"c" . $index . "\" onload='loadImageBits(\"c" . $index . "\", " . fgets($myfile) . ")' style='width: 100%;' width='128' height='64'></canvas></div>";
|
echo "<canvas id=\"c" . $index . "\" onload='loadImageBits(\"c" . $index . "\", \"" . fgets($myfile) . "\")' style='width: 100%;' width='128' height='64'></canvas></div>";
|
||||||
|
|
||||||
$index++;
|
$index++;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue