From c714232dac9b5d8a3e38d341e47da9d10a332e4f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 27 May 2006 05:25:00 +0000 Subject: [PATCH] * Markup anality: escape 'M' ), array( 'image' =>'button_math.png', - 'open' => "\\", - 'close' => "\\", + 'open' => "", + 'close' => "<\\/math>", 'sample'=> wfMsg('math_sample'), 'tip' => wfMsg('math_tip'), 'key' => 'C' ), array( 'image' =>'button_nowiki.png', - 'open' => "\\", - 'close' => "\\", + 'open' => "", + 'close' => "<\\/nowiki>", 'sample'=> wfMsg('nowiki_sample'), 'tip' => wfMsg('nowiki_tip'), 'key' => 'N' -- 2.20.1