Files @ 6f1e25144958
Branch filter:

Location: kallithea/docs/readme.rst

mads
diff: fix "Show inline comments"

jQuery has weak "friendly" semantics for data attributes and do for example
interpret the data attribute name 'id_for' as 'idFor'. We could thus not
retrieve it as 'id_for'.

Instead, avoid the special semantics of '_' by just naming the data attribute
'for'.
1
2
3
.. _readme:

.. include:: ./../README.rst