diff --git a/website/BeauSou2Index.py b/website/BeauSou2Index.py
index 1a4bc5d12f3f1596c9f79eb6dd0fa8f4a324ff28..544defd6e9c9e66e8e08901e10761a10b56bf218 100644
--- a/website/BeauSou2Index.py
+++ b/website/BeauSou2Index.py
@@ -28,7 +28,7 @@ def CreateClassIndex(ifile, ofile):
if not doxrelpath.endswith('/'):
doxrelpath=doxrelpath+'/'
for link in Links(ifile):
- m=re.search('(.*classost.*)',link.get('href'),re.I)
+ m=re.search('(.*class(ost|geom).*)',link.get('href'),re.I)
if m:
m2=re.search(r'class([^_]*)',m.group(0))
if m2: