GNOME Bugzilla – Bug 351773
Source code of the simple printing example not visible in tutorial
Last modified: 2006-08-17 17:57:14 UTC
I was unable to see why. I'll be away as of 18th so if someone can fix this, go ahead and commit right away.
I've committed this: -<para> -<ulink url="&url_examples_base;printing/simple/">Source Code</ulink> -</para> +<para><ulink url="&url_examples_base;printing/simple/">Source Code</ulink></para> The script that inserts the examples into the document is a perl script that just matches a simple regex and expects everything to be on one line. I ran into this earlier when I was doing the cairo chapter. It'd be nice if the script wasn't so rigid, but for now I've just made this fix to the tutorial. It should work now.