1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-25 06:35:05 +01:00

10 lines
329 B
Plaintext
Raw Normal View History

2014-09-23 23:25:04 +00:00
Attr.DefaultInvalidImage
TYPE: string
DEFAULT: ''
--DESCRIPTION--
This is the default image an img tag will be pointed to if it does not have
a valid src attribute. In future versions, we may allow the image tag to
be removed completely, but due to design issues, this is not possible right
now.
--# vim: et sw=4 sts=4