/[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.9 by sysadm, Tue Apr 29 10:27:33 2025 UTC Revision 1.11 by sysadm, Fri Oct 24 02:45:16 2025 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, false, 130);                  $content = LML($article["content"], true, 130);
37    
38                  $transship_info = "";                  $transship_info = "";
39                  if ($article["transship"])                  if ($article["transship"])
# Line 68  Line 68 
68                  </Articles>                  </Articles>
69          </Topic>          </Topic>
70          HTML;          HTML;
 //?>  


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

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