forked from indymedia/epicyon
Contact actor
parent
82122fefbd
commit
adfd4091fd
|
@ -102,7 +102,7 @@ def htmlSearchSharedItems(baseDir: str,searchStr: str, \
|
|||
"""
|
||||
currPage=1
|
||||
ctr=0
|
||||
actor=httpPrefix+'://'+domainFull+actor
|
||||
actor=httpPrefix+'://'+actor
|
||||
sharedItemsForm=''
|
||||
searchStrLower=searchStr.replace('%2B','+').replace('%40','@').replace('%3A',':').replace('%23','#').lower().strip('\n')
|
||||
searchStrLowerList=searchStrLower.split('+')
|
||||
|
|
Loading…
Reference in New Issue