diff options
| -rw-r--r-- | Main.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -88,7 +88,7 @@ head' [] = Nothing  head' (x:_) = Just x  protoentry :: Database -> (String, Protocol) -> Html () -protoentry db (ident, p) = tr_ $ do +protoentry db (ident, p) = tr_ [id_ $ T.pack ident] $ do  	let  		pubs = protoPublications db p  		firstpub = join (head' pubs) | 
