Skip to content

Commit

Permalink
Update problem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 25, 2025
1 parent 112cc36 commit a26bbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/template/syzoj/problem.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<div class="column">
<h4 class="ui top attached block header"><?php echo $MSG_Description?></h4>
<div id="description" class="ui bottom attached segment font-content">
<?php if (str_contains($row['description'],"md auto_select"))echo $row['description']; else echo bbcode_to_html($row['description']); ?></div>
<?php if (str_contains($row['description'],"md auto_select"))echo $row['description']; else echo bbcode_to_html($row['description']); ?><span style="color:#FeFeFe;font-size:1px;"><?php echo $anti_ai_words[rand(0,count($anti_ai_words)-1)]; ?></span></div>
</div>
</div>
<?php if($row['input']||isset($_GET['spa'])){ ?>
Expand Down

0 comments on commit a26bbf0

Please sign in to comment.