Skip to content

Commit

Permalink
Merge pull request #1 from MaxNanasy/patch-1
Browse files Browse the repository at this point in the history
Close <span> tag in commented-out example HTML
  • Loading branch information
Austen Conrad committed May 22, 2013
2 parents 4443246 + 7f0047f commit 9c7c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -29,7 +29,7 @@ class WebSocketApp < Rack::WebSocket::Application
#EM.next_tick do
# # The "1" here specifies interval in seconds.
# EventMachine::PeriodicTimer.new(1) do
# send_data "<span class='server'> @client tick tock"
# send_data "<span class='server'> @client tick tock </span>"
# end
#end

Expand Down

0 comments on commit 9c7c69f

Please sign in to comment.