/[LeafOK_CVS]/fenglin/bbs/themes/xml/view_article_xml.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/xml/view_article_xml.view.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.11 by sysadm, Fri Oct 24 02:45:16 2025 UTC Revision 1.13 by sysadm, Fri Jan 16 06:49:08 2026 UTC
# Line 33  Line 33 
33                  $username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8');                  $username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8');
34                  $nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8');                  $nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8');
35                  $level = user_level($article["exp"]);                  $level = user_level($article["exp"]);
36                  $content = LML($article["content"], true, 130);                  $title = htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8');
37                    $content = LML($article["content"], 130);
38    
39                  $transship_info = "";                  $transship_info = "";
40                  if ($article["transship"])                  if ($article["transship"])


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1