";
$previd=$pageid-1;
if ($previd >"0") {
-echo"
« Previous · ";
+echo"
« Previous • ";
}
echo"Page $pageid of $num_pages";
$nextid=$pageid+1;
if ($pageid <$num_pages) {
-echo" ·
Next »";
+echo" •
Next »";
}
echo"
\n";
diff --git a/mozilla/webtools/update/inc_featuredupdate.php b/mozilla/webtools/update/inc_featuredupdate.php
index f0708a6fd48..6094ecb21bb 100644
--- a/mozilla/webtools/update/inc_featuredupdate.php
+++ b/mozilla/webtools/update/inc_featuredupdate.php
@@ -41,8 +41,8 @@
-The Firefox 1.0 Preview Release is now available. Three large new features — Live Bookmarks, the Find bar and a new plugin
-installer — have landed since 0.9, along with a host of critical bugfixes.
+The Firefox 1.0 Preview Release is now available. Three large new features - Live Bookmarks, the Find bar and a new plugin
+installer - have landed since 0.9, along with a host of critical bugfixes.
Mozilla Thunderbird 0.8 has just been released! This latest milestone adds a frequently requested feature: support for
filtering all POP mail into a Global Inbox under Local Folders. In addition, this release sees the debut of
diff --git a/mozilla/webtools/update/themes/showlist.php b/mozilla/webtools/update/themes/showlist.php
index 5098333f7e0..f441a05cefa 100644
--- a/mozilla/webtools/update/themes/showlist.php
+++ b/mozilla/webtools/update/themes/showlist.php
@@ -185,14 +185,14 @@ if (!$category) {$categoryname="All"; } else {$categoryname = $category;}
echo"
";
$previd=$pageid-1;
if ($previd >"0") {
-echo"
« Previous · ";
+echo"
« Previous • ";
}
echo"Page $pageid of $num_pages";
$nextid=$pageid+1;
if ($pageid <$num_pages) {
-echo" ·
Next »";
+echo" •
Next »";
}
echo"
\n";
@@ -408,7 +408,7 @@ echo"
";
-echo"";
+echo"";
echo"
Install";
}
echo"
Size: $filesize kb ";
@@ -445,14 +445,14 @@ echo"
";
echo"
";
$previd=$pageid-1;
if ($previd >"0") {
-echo"
« Previous · ";
+echo"
« Previous • ";
}
echo"Page $pageid of $num_pages";
$nextid=$pageid+1;
if ($pageid <$num_pages) {
-echo" ·
Next »";
+echo" •
Next »";
}
echo"
\n";