From c96e2c238f8fd3a78773e29ced11ddaa9e9d783f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Sep 2012 12:30:45 +0100 Subject: add superscript and subscript support to enable removing odd 1^st construct so we can get rid of the confusing 1^st help text suggestion Change-Id: I38fea2c15f6764bd64aaebe2a41935149f62b9c5 --- xmlhelp/util/main_transform.xsl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'xmlhelp/util/main_transform.xsl') diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl index 4385cf496e1d..f32cc9d647fd 100644 --- a/xmlhelp/util/main_transform.xsl +++ b/xmlhelp/util/main_transform.xsl @@ -250,6 +250,22 @@ + + + + + + + + + + + + + + + + -- cgit