[dw-free] fix ljconfig2db.pl
[commit: http://hg.dwscoalition.org/dw-free/rev/de336091a661]
http://bugs.dwscoalition.org/show_bug.cgi?id=2844
Fix syntax error in documentation generation script.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2844
Fix syntax error in documentation generation script.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- doc/raw/build/ljconfig/ljconfig2db.pl
-------------------------------------------------------------------------------- diff -r 9610286f219d -r de336091a661 doc/raw/build/ljconfig/ljconfig2db.pl --- a/doc/raw/build/ljconfig/ljconfig2db.pl Sun Jul 25 04:39:17 2010 -0500 +++ b/doc/raw/build/ljconfig/ljconfig2db.pl Sun Jul 25 04:44:28 2010 -0500 @@ -1067,8 +1067,11 @@ is being performed. Try again in a few m 'type' => "array", 'default' => "( { scheme => 'lynx', title => 'Lynx', }, + );", + 'example' => "( { scheme => 'lynx', title => 'Lynx', thumb => [ 'schemethumb/lynx.png', 200, 166 ] }, + );", }, 's1_shortcomings' => { 'desc' => "Use the S2 style named 's1shortcomings' to handle page types that S1 can't handle. Otherwise, &bml; is used. This is off by default, but will eventually become on by default, and no longer an option.", --------------------------------------------------------------------------------