Skip to content

Commit

Permalink
removed a useless directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Jul 26, 2012
1 parent 4380cd5 commit 8fc14ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_wiki_rest_client_customizable.opa
Expand Up @@ -37,7 +37,7 @@ exposed function load_source(topic) {
} }
} }


exposed function load_rendered(topic) { function load_rendered(topic) {
source = load_source(topic); source = load_source(topic);
Markdown.xhtml_of_string(Markdown.default_options, source); Markdown.xhtml_of_string(Markdown.default_options, source);
} }
Expand Down

0 comments on commit 8fc14ae

Please sign in to comment.