]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/reportbug.rst
Reorder the FAQ to reflect (what I imagine) is a more likely order of topics/prioriti...
[neurodebian.git] / sphinx / reportbug.rst
1 Imagine very fine instructions for reporting a bug against ``###pkgname###``
2
3 .. raw:: html
4
5   <script type="text/javascript">
6     var split = location.search.replace('?', '').split('=')
7     if ( split[0] == 'p' ) {
8       $(document.body).html($(document.body).html().replace('###pkgname###', split[1]));
9     }
10   </script>