Skip to content

Commit

Permalink
Merge pull request #10422 from camptocamp/dbl-alt-gsgmf-1985
Browse files Browse the repository at this point in the history
Remove double _alt in appName
  • Loading branch information
sbrunner authored Mar 26, 2023
2 parents 0e34ed2 + 380c4a6 commit 4192947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/import-ngeo-apps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright (c) 2011-2019, Camptocamp SA
# Copyright (c) 2011-2023, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -83,7 +83,7 @@ def main() -> None:
" width: 1em;",
" }",
" </style>",
f' <meta name="appName" content="App{args.interface}_alt">',
f' <meta name="appName" content="App{args.interface}">',
" ${header |n}",
" </head>",
]
Expand Down

0 comments on commit 4192947

Please sign in to comment.