[livejournal] r19317: LJSUP-9117: S2 Expand
Committer: esavintcev
LJSUP-9117: S2 ExpandU trunk/cgi-bin/LJ/S2.pm
Modified: trunk/cgi-bin/LJ/S2.pm
===================================================================
--- trunk/cgi-bin/LJ/S2.pm 2011-06-17 08:10:55 UTC (rev 19316)
+++ trunk/cgi-bin/LJ/S2.pm 2011-06-17 09:05:38 UTC (rev 19317)
@@ -3510,7 +3510,7 @@
my $print_expand_link = sub {
$S2::pout->(
"<span id='expand_$this->{talkid}'>" .
- " (<a href='$this->{thread_url}' onclick=\"ExpanderEx.make(event,this,'$this->{thread_url}','$this->{talkid}',true)\">$text_expand</a>)" .
+ "<a href='$this->{thread_url}' onclick=\"ExpanderEx.make(event,this,'$this->{thread_url}','$this->{talkid}',true)\">$text_expand</a>" .
"</span>"
);
};
@@ -3518,7 +3518,7 @@
my $print_collapse_link = sub {
$S2::pout->(
"<span id='collapse_$this->{talkid}'>" .
- " (<a href='$this->{thread_url}' onclick=\"ExpanderEx.collapse(event,this,'$this->{thread_url}','$this->{talkid}',true)\">$text_collapse</a>)" .
+ "<a href='$this->{thread_url}' onclick=\"ExpanderEx.collapse(event,this,'$this->{thread_url}','$this->{talkid}',true)\">$text_collapse</a>" .
"</span>"
);
};
