diff options
author | smcv <smcv@web> | 2014-09-30 09:44:13 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-09-30 09:44:13 -0400 |
commit | c0c0d7b65baa6c89fe8dd6d3c0cd0a0082c0ece8 (patch) | |
tree | 67e532362a8d7dc941f0e44441513a1fe21a88ad /doc/todo | |
parent | e36199359fef66db7b0cf589afd7c61493ba54b2 (diff) | |
download | ikiwiki-c0c0d7b65baa6c89fe8dd6d3c0cd0a0082c0ece8.tar ikiwiki-c0c0d7b65baa6c89fe8dd6d3c0cd0a0082c0ece8.tar.gz |
fix patch formatting
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn b/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn index 745ed05eb..36e5d0fbf 100644 --- a/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn +++ b/doc/todo/add_aria_landmarks_to_make_ikiwiki_websites_more_accessible.mdwn @@ -1,5 +1,7 @@ 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 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -45,4 +47,4 @@ index 5efad1a..cb76590 100644 <TMPL_UNLESS DYNAMIC> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> -}}} +"""]] |