fix patch formatting

master
smcv 2014-09-30 09:44:13 -04:00 committed by admin
parent e36199359f
commit c0c0d7b65b
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Here is a patch for page.tmpl to add these landmarks. Here is a patch for page.tmpl to add these landmarks.
{{{diff --git a/templates/page.tmpl b/templates/page.tmpl
[[!format diff """
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5efad1a..cb76590 100644 index 5efad1a..cb76590 100644
--- a/templates/page.tmpl --- a/templates/page.tmpl
+++ b/templates/page.tmpl +++ b/templates/page.tmpl
@ -45,4 +47,4 @@ index 5efad1a..cb76590 100644
<TMPL_UNLESS DYNAMIC> <TMPL_UNLESS DYNAMIC>
<TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>
}}} """]]