mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix almost everything missing in erlang modules
This commit is contained in:
parent
04d7fd9b63
commit
946d1addff
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Erlang
|
||||
class CleanHtmlFilter < Filter
|
||||
def call
|
||||
@doc = at_css('#content .innertube:only-child', '#content')
|
||||
@doc = at_css('#content')
|
||||
|
||||
# frontpage
|
||||
|
||||
|
|
Loading…
Reference in a new issue