aboutsummaryrefslogtreecommitdiff
path: root/managetickets.php
diff options
context:
space:
mode:
Diffstat (limited to 'managetickets.php')
-rw-r--r--managetickets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/managetickets.php b/managetickets.php
index 02c2871..752f7f7 100644
--- a/managetickets.php
+++ b/managetickets.php
@@ -192,7 +192,7 @@ function getuserbyid($id) {
."<td>".getservicebyid($order["service"])["name"]."</td>"
."<td>".getuserbyid(getorderbyid($ticket["order"])["client"])["username"]."</td>"
."<td>".$ticket["subject"]."</td>"
- ."<td><pre>".$ticket["body"]."</pre></td>"
+ ."<td><details><summary></summary><pre>".$ticket["body"]."</pre></details></td>"
."<td>".$ticket["status"]."</td>"
."<td>".getuserbyid($ticket["asignee"])["username"]."</td>"
."<td><a href=\"?del=".$ticket["id"]."\">del</a> <a href=\"?edit=".$ticket["id"]."\">edit</a></td></tr>\n";