/[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.7 by sysadm, Sat Apr 26 11:29:53 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, false, 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"])
# Line 60  Line 61 
61                                  <Length>{$article["length"]}</Length>                                  <Length>{$article["length"]}</Length>
62                                  <Visible>{$article["visible"]}</Visible>                                  <Visible>{$article["visible"]}</Visible>
63                          </Article>                          </Article>
64                            
65                  HTML;                  HTML;
66          }          }
67    
# Line 68  Line 69 
69                  </Articles>                  </Articles>
70          </Topic>          </Topic>
71          HTML;          HTML;
 ?>  
   


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

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