Always give createlink class to links to nonexistent pages
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 20 Apr 2010 22:16:32 +0000 (00:16 +0200)
committerJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 16:49:31 +0000 (12:49 -0400)
commit0fa25a361cbb49711938599d6cf06201ce0cc79a
tree4edaeb0d5d6728ef49ee8d16099941590994c303
parent5d2df9651fee83cf17acde48ba12442104311492
Always give createlink class to links to nonexistent pages

With this change, the <span> with class createlink is always created
around the link text, even when no CGI URL is defined. This allows
styling of these 'links' in this case too. The same class is used as when
CGI URL is defined so that e.g. clones of the same ikiwiki, one with CGI
and one without, display in the same way (modulo the missing question mark
link).
(cherry picked from commit 290d1b498f00f63e6d41218ddb76d87e68ed5081)
IkiWiki.pm