diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-01-13 20:59:54 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-01-13 20:59:54 +0000 |
| commit | 202e7fecfdac09b791b204cde464f09f9165f55b (patch) | |
| tree | c2681e479e4db9e4c452fbf7ae3ee89f34980e3b | |
| parent | 3f651b25c74d7b7c7e56ec1ca9f8afc80a3a800c (diff) | |
| download | puzzles-202e7fecfdac09b791b204cde464f09f9165f55b.zip puzzles-202e7fecfdac09b791b204cde464f09f9165f55b.tar.gz puzzles-202e7fecfdac09b791b204cde464f09f9165f55b.tar.bz2 puzzles-202e7fecfdac09b791b204cde464f09f9165f55b.tar.xz | |
Remove some lingering HTML markup.
It was getting conscientiously escaped by the new webpage.pl :-) but
in any case it's better to have the puzzle descriptions be plain text
usable in any context.
| -rw-r--r-- | unequal.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,5 +23,5 @@ GAMES += unequal !end !begin >gamedesc.txt -unequal:unequal.exe:Unequal:Latin square puzzle:Complete the latin square in accordance with the <code>></code> signs. +unequal:unequal.exe:Unequal:Latin square puzzle:Complete the latin square in accordance with the > signs. !end |