projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c0f38
)
www: remove useless no-op assignment statement
author
Eric Wong <e@80x24.org>
Thu, 20 Aug 2015 06:23:27 +0000 (06:23 +0000)
committer
Eric Wong <e@80x24.org>
Thu, 20 Aug 2015 06:23:50 +0000 (06:23 +0000)
Oops
lib/PublicInbox/WWW.pm
patch
|
blob
|
history
diff --git
a/lib/PublicInbox/WWW.pm
b/lib/PublicInbox/WWW.pm
index c7fbc7fd7dbe5409d3bb3005e747275a62b5f17b..e7c28d74c66cca3d48ab6b89d824280bc579a28a 100644
(file)
--- a/
lib/PublicInbox/WWW.pm
+++ b/
lib/PublicInbox/WWW.pm
@@
-308,7
+308,6
@@
sub footer {
}
$addr = "<a\nhref=\"mailto:$addr\">$addr</a>";
- $desc = $desc;
$ctx->{footer} = join("\n",
'- ' . $desc,