[yast-commit] <web-client> backgroud_patches_bnc550934 : Add closing '>' (bnc#549022)
ref: refs/heads/backgroud_patches_bnc550934 commit 55cafbee0deb8cabd54f03ce6f2eab2d95134d1c Author: Klaus Kämpf <kkaempf@suse.de> Date: Tue Nov 24 11:22:14 2009 +0100 Add closing '>' (bnc#549022) --- plugins/status/app/views/status/index.html.erb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/status/app/views/status/index.html.erb b/plugins/status/app/views/status/index.html.erb index 2bc2cff..21c4a44 100644 --- a/plugins/status/app/views/status/index.html.erb +++ b/plugins/status/app/views/status/index.html.erb @@ -25,7 +25,7 @@ <div class="plugin-content grid_12"> <% @logs.each do |log| %> <h2><%= log.description %></h2> - <div id="log-<%= log.id %>-console" + <div id="log-<%= log.id %>-console"> <%= log.path %> </div> <% end %> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Klaus Kämpf