This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
added a link so you can view the image only (also good for
lynx/elinks) and some alt="..." text so the validator does not complain.
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 years ago
parent
74475a3583
commit
68386adecd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca-php/examples/www/render.php
+ 1
- 1
caca-php/examples/www/render.php
View File
@@ -53,7 +53,7 @@ else {
<?echo caca_export_string(pig(), "html3");?>
<h1>Generated image:</h1>
<img src="render.php?png=1"/>
<a href="render.php?png=1">
<img
alt="[PNG]"
src="render.php?png=1"
border="0"
/>
</a>
</body>
</html>
Write
Preview
Loading…
Cancel
Save