svnno****@sourc*****
svnno****@sourc*****
2009年 1月 27日 (火) 16:56:54 JST
Revision: 973 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=973 Author: tach Date: 2009-01-27 16:56:54 +0900 (Tue, 27 Jan 2009) Log Message: ----------- Change title order****@artic***** Modified Paths: -------------- slashjp/trunk/debian/changelog slashjp/trunk/themes/slashcode/htdocs/article.pl -------------- next part -------------- Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2009-01-27 07:12:17 UTC (rev 972) +++ slashjp/trunk/debian/changelog 2009-01-27 07:56:54 UTC (rev 973) @@ -4,8 +4,9 @@ * fix HumanConf.pm to prevent warnings * Fix debian/control - Move mysql-server from Depends: to Recommends: + * Change title order****@artic***** - -- Taku YASUI <tach****@osdn*****> Mon, 26 Jan 2009 09:18:00 +0000 + -- Taku YASUI <tach****@osdn*****> Tue, 27 Jan 2009 07:56:33 +0000 slash (2.5.0.233-3) unstable; urgency=low Modified: slashjp/trunk/themes/slashcode/htdocs/article.pl =================================================================== --- slashjp/trunk/themes/slashcode/htdocs/article.pl 2009-01-27 07:12:17 UTC (rev 972) +++ slashjp/trunk/themes/slashcode/htdocs/article.pl 2009-01-27 07:56:54 UTC (rev 973) @@ -83,9 +83,9 @@ # XXXSECTIONTOPICS this needs to be updated my $SECT = $reader->getSection($story->{section}); # This should be a getData call for title - my $title = "$constants->{sitename} | $story->{title}"; + my $title = "$story->{title} - $constants->{sitename}"; if ($gSkin->{name} && $gSkin->{name} eq "idle") { - $title = "$gSkin->{hostname} | $story->{title}"; + $title = "$story->{title} - $gSkin->{hostname}"; } # set things up to use the <LINK> tag in the header