Parent Directory
|
Revision Log
|
Patch
| Revision 1.11 by sysadm, Sat Apr 19 04:18:14 2025 UTC | Revision 1.12 by sysadm, Sun Apr 20 11:33:50 2025 UTC | |
|---|---|---|
| # | Line 487 window.addEventListener("load", () => { | Line 487 window.addEventListener("load", () => { |
| 487 | <img src="<? echo $article["photo_path"]; ?>" border="0"> | <img src="<? echo $article["photo_path"]; ?>" border="0"> |
| 488 | </td> | </td> |
| 489 | <td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>"> | <td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>"> |
| 490 | <? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true, true, 80); ?> | <pre><? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true, true, 80); ?></pre> |
| 491 | </td> | </td> |
| 492 | <td> | <td> |
| 493 | </td> | </td> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |