pages.py: Do not call strip() on None
The notes column in the testcases database can be NULL.
This patch makes sure to ignore those NULL entries and not call strip() on them as they are None in the python variable.
The notes column in the testcases database can be NULL.
This patch makes sure to ignore those NULL entries and not call strip() on them as they are None in the python variable.