summaryrefslogtreecommitdiff
path: root/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-04 23:39:35 +0100
committerintrigeri <intrigeri@boum.org>2008-11-04 23:39:35 +0100
commit40978343575b1cba041c087518e5766d6ca5db82 (patch)
treec27774e2cfadf0fa3976f710941f59fd66ecaae7 /doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
parent265e857f6060b899ed6a08b5b28fe5190f056c0c (diff)
parent4c6c00ccdff71fbb8973de7d256fc987d7a2a7e0 (diff)
Merge branch 'prv/po' into pub/po
Diffstat (limited to 'doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn')
-rw-r--r--doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
index a30ab0fa3..77c86eba1 100644
--- a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
+++ b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
@@ -1,3 +1,12 @@
The `IkiWiki::pagetitle` function does not respect title changes via `meta.title`. It really should, so that links rendered with `htmllink` get the proper title in the link text.
--[[madduck]]
+
+> Agreed. [[todo/using_meta_titles_for_parentlinks]] contains a beginning of
+> solution. A few quick notes about it:
+
+> - Using <code>inline</code> would avoid the redefinition + code duplication.
+> - A few plugins would need to be upgraded.
+> - It may be necessary to adapt the testsuite in `t/pagetitle.t`, as well.
+
+> --[[intrigeri]]