diff options
author | Rich Bowen <rbowen@apache.org> | 2012-04-24 19:00:48 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-04-24 19:00:48 +0200 |
commit | 4d986daddf3352a371c3313518a6640d4d49e96a (patch) | |
tree | efd3b3d06a0ed701b39a0fca9c138f2dca2cf7ca /docs/manual/dso.html.ko.euc-kr | |
parent | Trying out the new build commands. If anything fails, blame rbowen for pushin... (diff) | |
download | apache2-4d986daddf3352a371c3313518a6640d4d49e96a.tar.xz apache2-4d986daddf3352a371c3313518a6640d4d49e96a.zip |
Rebuilding with new CSS/JS syntax highlighting stuff turned on.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.html.ko.euc-kr')
-rw-r--r-- | docs/manual/dso.html.ko.euc-kr | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/manual/dso.html.ko.euc-kr b/docs/manual/dso.html.ko.euc-kr index e8c817b1a4..2e555898cb 100644 --- a/docs/manual/dso.html.ko.euc-kr +++ b/docs/manual/dso.html.ko.euc-kr @@ -8,7 +8,10 @@ <title>µ¿Àû°øÀ¯°´Ã¼ (DSO) Áö¿ø - Apache HTTP Server</title> <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> -<link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /> +<link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="./style/css/prettify.css" /> +<script src="./style/scripts/prettify.js" type="text/javascript"> +</script> + <link href="./images/favicon.ico" rel="shortcut icon" /></head> <body id="manual-page"><div id="page-header"> <p class="menu"><a href="./mod/">¸ðµâ</a> | <a href="./mod/directives.html">Áö½Ã¾îµé</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p> @@ -276,5 +279,9 @@ $ apxs -i -a -n foo mod_foo.la <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div id="footer"> <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> -<p class="menu"><a href="./mod/">¸ðµâ</a> | <a href="./mod/directives.html">Áö½Ã¾îµé</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div> +<p class="menu"><a href="./mod/">¸ðµâ</a> | <a href="./mod/directives.html">Áö½Ã¾îµé</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"> + if (prettyPrint) { + prettyPrint(); + } +</script> </body></html>
\ No newline at end of file |