This file is indexed.

/usr/share/nanoblogger/plugins/entry/format/autotag-br.sh is in nanoblogger 3.4.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
# NanoBlogger Auto <br> tag plugin that converts line breaks to HTML
# 2 line breaks (blank line) = <br /><br />

# nb_msg "$plugins_entryfilteraction `basename $nb_plugin` ..."
NB_MetaBody=`echo "$NB_MetaBody" |sed -e '/^$/ s//\<br \/\>\<br \/\>/g'`