Skip to content

HTML Metadata Tags Displayed as Text in Expanded Call View #48

@VWJF

Description

@VWJF

This issue is reported and written on behalf of @JKBF. It contains content produced by an AI Agent.

Description

When expanding call spectrograms in the Bigg's (West Coast Transient) catalog, HTML meta tags are incorrectly displayed as visible text below the call information. This includes meta tags for description, author, keywords, viewport, and Open Graph properties.

Steps to Reproduce

  1. Navigate to the Call Catalogue Viewer
  2. Select the Bigg's (West Coast Transient) catalog
  3. Click on any call to expand the spectrogram view (e.g., WCT02)
  4. Scroll down to view the area below the play button and call details

Expected Behavior

The expanded call view should only display:

  • Spectrogram and waveform images
  • Play button with call name
  • Call metadata (Sample, Clan, Subclan, Population)
  • Any relevant call notes or description content

HTML meta tags should not be visible to users as they are page metadata elements.

Actual Behavior

Below the call information (Sample, Clan, Subclan, Population), raw HTML code is displayed as plain text, including:

  • <meta name="description" content="...">
  • <meta name="author" content="...">
  • <meta name="keywords" content="...">
  • <meta name="viewport" content="...">
  • <meta property="og:locale" content="...">
  • <meta property="og:site_name" content="...">
  • <meta property="og:title" content="...">
  • <meta property="og:type" content="...">
  • And potentially more meta tags

Scope

  • Confirmed affected: Bigg's (West Coast Transient) catalog calls
  • Confirmed unaffected: Other catalogs (NRKW, SRKW, etc.)

Screenshot

See attached screenshot showing the issue with call WCT02.

Image

Priority

Medium - This is a display issue that doesn't break functionality but significantly impacts user experience and appears unprofessional.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions