summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorDon Scorgie <dscorgie@src.gnome.org>2006-01-14 19:06:57 +0000
committerDon Scorgie <dscorgie@src.gnome.org>2006-01-14 19:06:57 +0000
commit1307bd4ef1a86c16c17da1fe297792e31f537f6b (patch)
tree76674a1bea2f11f1352c8459135329bf1594fe8e /stylesheets
parent6af424cd3023860fd495c12ece1a76e6c3462bdd (diff)
downloadyelp-1307bd4ef1a86c16c17da1fe297792e31f537f6b.tar.gz
Add non-beagle search fallback Fix some small errors in configure.in Check
* stylesheets/search2html.xsl: * src/yelp-search-pager.c: * configure.in: Add non-beagle search fallback Fix some small errors in configure.in Check for correct beagle version
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/search2html.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/stylesheets/search2html.xsl b/stylesheets/search2html.xsl
index eaa49d7c..043f75e3 100644
--- a/stylesheets/search2html.xsl
+++ b/stylesheets/search2html.xsl
@@ -160,4 +160,10 @@
<xsl:template match="b">
<xsl:apply-templates/>
</xsl:template>
+
+<xsl:template match="em">
+ <strong>
+ <xsl:apply-templates/>
+ </strong>
+</xsl:template>
</xsl:stylesheet>