diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-12-02 18:23:00 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-12-02 18:23:00 -0500 |
commit | 6d0b245927779e68c2554880ad46d4299d4b11d4 (patch) | |
tree | 915ebf04752ac852f483a55a611708bfff907143 /lib/sdp/ao_defaults.d | |
parent | org babel block delimiters (diff) |
sorting
Diffstat (limited to 'lib/sdp/ao_defaults.d')
-rw-r--r-- | lib/sdp/ao_defaults.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sdp/ao_defaults.d b/lib/sdp/ao_defaults.d index 6599e69..50c1b09 100644 --- a/lib/sdp/ao_defaults.d +++ b/lib/sdp/ao_defaults.d @@ -75,7 +75,7 @@ template SiSUheader() { }, "links": { } - }`; + }`; // links auto pointer_head_main = [ "creator", @@ -228,7 +228,7 @@ template SiSUbiblio() { "note" : "", "short_name" : "", "id" : "" - }`; + }`; // is: book, article, magazine, newspaper, blog, other auto biblio_tag_map = [ "au" : "author_raw", "ed" : "editor_raw", |