diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-01-29 17:00:31 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-17 16:59:38 -0400 |
commit | 5f6caf585c7ccaac0a4310987c85fdcfd3bcff3d (patch) | |
tree | 35da6f6f333a23a7c8a0cc87ee3c2322299a816f /src/doc_reform/output/paths_output.d | |
parent | rearrange some code (diff) |
format delimiter s/¶/┋/g
Diffstat (limited to 'src/doc_reform/output/paths_output.d')
-rw-r--r-- | src/doc_reform/output/paths_output.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/output/paths_output.d b/src/doc_reform/output/paths_output.d index f6e8f1b..c35fa55 100644 --- a/src/doc_reform/output/paths_output.d +++ b/src/doc_reform/output/paths_output.d @@ -92,7 +92,7 @@ template DocReformPathsUrl() { return _doc_root; } string html_seg(string html_segname, string obj_id) { // TODO bespoke for sqlite - string _url = format(q"¶%s/%s/html/%s/%s.html#%s¶", + string _url = format(q"┋%s/%s/html/%s/%s.html#%s┋", doc_root, doc_matters.src.language, doc_matters.src.filename_base, |