Get magic docs HTML/TXT generator working

Needs "<?php" not "<?".
This commit is contained in:
Bill Kendrick 2018-08-30 01:31:36 -07:00
parent 232176025d
commit ecfb336b5c
2 changed files with 4 additions and 4 deletions

View file

@ -6,5 +6,5 @@
<h1 align="center">Tux Paint "Magic" Tool: Kaleidoscope</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.</p>
<p>See also: <a href="picasso.html">Picasso</a> <a href="kal_pattern.html">Pattern</a> <a href="kal_tiles.html">Tiles</a></p>
</body></html>
<p>See also: <a href="picasso.html">Picasso</a></p>
</body></html>

View file

@ -1,11 +1,11 @@
<?
<?php
/* This PHP file contains all the documentation for the various Magic Tools
that are shipped with Tux Paint, as well as code and templates to generate
individual HTML files for each of them, and an index.html that links to
them all. */
/* Bill Kendrick <bill@newbreedsoftware.com> */
/* 2009.10.08 */
/* Oct. 8, 2009 - August 30, 2018 */
/* Authors of the Magic tools: */