Skip to content

Commit

Permalink
Support variable lang in Slidy, enabling its multi-lingual support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassmedegaard committed May 24, 2012
1 parent bdf9629 commit 559d562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.slidy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!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" lang="en" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
Expand Down

0 comments on commit 559d562

Please sign in to comment.