aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api/hub/reseaux.hub.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api/hub/reseaux.hub.erb')
-rw-r--r--app/views/api/hub/reseaux.hub.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/hub/reseaux.hub.erb b/app/views/api/hub/reseaux.hub.erb
index 634b10b30..95ab8d547 100644
--- a/app/views/api/hub/reseaux.hub.erb
+++ b/app/views/api/hub/reseaux.hub.erb
@@ -1 +1 @@
-<%= @network.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') %>;<%= @network.name %>;<%= @network.id %>
+<%= @network.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') %>;<%= @network.name.encode(Encoding::ISO_8859_1) if @network.name %>;<%= @network.id %><%= "\u000D\u000A" %> \ No newline at end of file