mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
a41e95db50
First make sure that the input is xhtml as the stylesheets expect namespaced element, then use a span element instead of a as a is treated specially, finally adjust the makefile to check for the new span element and replace it with the PHP code
19 lines
540 B
XML
19 lines
540 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<h1>Search the documentation on Libvirt.org</h1>
|
|
|
|
<p>
|
|
The search service indexes the libvirt APIs and documentation as
|
|
well as the libvir-list@redhat.com mailing-list archives. To use
|
|
it simply provide a set of keywords:
|
|
</p>
|
|
|
|
<span id="php_placeholder"/>
|
|
|
|
<img src="libvirtLogo.png" alt="libvirt Logo" />
|
|
|
|
</body>
|
|
</html>
|