aboutsummaryrefslogtreecommitdiff
path: root/t/post.t
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 22:51:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 22:51:44 +0200
commit9ff1b81d65c370a938cd9d9c033e04e395f00704 (patch)
tree3f507a48d8d39f27a36b3fab32b0a230abe512f4 /t/post.t
parent2b915a42f6665b4110338cfde30eedc55abe7f3c (diff)
downloadcforum-9ff1b81d65c370a938cd9d9c033e04e395f00704.tar.gz
New user
Diffstat (limited to 't/post.t')
-rw-r--r--t/post.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/post.t b/t/post.t
index 1e3d360..e30ddbe 100644
--- a/t/post.t
+++ b/t/post.t
@@ -20,7 +20,7 @@
<tr>
<td><a href="?att=<% printf("%d", att->id); %>"><%= att->name %></a></td>
<td><%= att->mime %></td>
- <td><%= att->description %></td>
+ <td><%= att->desc %></td>
</tr>
<% free(att);
}while(att = nextatt(stmt)); %>