From 8543e91ae8729d30defbd4a2c4b7239d853d4f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 25 Feb 2006 23:36:18 +0000 Subject: [PATCH] =?UTF-8?q?*=20Using=20a=20real=20up=20arrow=20(=EF=BF=BD?= =?UTF-8?q?=EF=BF=BD=EF=BF=BD;=20U+2191)=20instead=20of=20^=20in=20=20=20m?= =?UTF-8?q?sg:cite=5Freferences=5Flink=5Fone=20and=20msg:cite=5Freferences?= =?UTF-8?q?=5Flink=5Fmany,=20we=20already=20=20=20use=20=EF=BF=BD=EF=BF=BD?= =?UTF-8?q?=EF=BF=BD=20(U+2190)=20and=20=EF=BF=BD=EF=BF=BD=EF=BF=BD=20(U+2?= =?UTF-8?q?192)=20in=20the=20main=20distribution=20so=20this=20shouldn't?= =?UTF-8?q?=20=20=20cause=20any=20issues=20where=20this=20arrow=20doesn't?= =?UTF-8?q?=20exist=20in=20$popular=5Fos=5Fxyz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cite.php b/Cite.php index b00d87da..f8d8a748 100644 --- a/Cite.php +++ b/Cite.php @@ -95,8 +95,8 @@ function wfCite() { 'cite_references_link_suffix' => '', 'cite_reference_link' => '[[#$2|[$3]]]', - 'cite_references_link_one' => '
  • [[#$2|^]] $3
  • ', - 'cite_references_link_many' => '
  • ^ $2 $3
  • ', + 'cite_references_link_one' => '
  • [[#$2|↑]] $3
  • ', + 'cite_references_link_many' => '
  • ↑ $2 $3
  • ', 'cite_references_link_many_format' => '[[#$1|$2]]', // An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z',