Skip to content

Commit

Permalink
Update view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Nov 15, 2023
1 parent 6f98d95 commit 3b6f9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
echo $htmlDescription;
} else {
echo '<pre class="user-generated-content"><code class="user-generated-content">';
echo wordwrap($bug_description, 20);
echo wordwrap($bug_description, 250);
echo '</code></pre>';
}
if ($status == "Closed") {
Expand Down

0 comments on commit 3b6f9f0

Please sign in to comment.