epimorphics / qonsole

A simple console for running SPARQL queries and displaying results
Other
16 stars 2 forks source link

Adding empty string as prefix produces prefix button with no content #11

Closed ijdickinson closed 10 years ago

ijdickinson commented 10 years ago

Adding the empty string as a prefix:

prefix : <http://example.com/foo/>

produces a button in the prefixes bar which has no content, and is hence the wrong size compared to the other buttons.

Reported by @afs.

ijdickinson commented 10 years ago

Should be fixed now - the button for the empty prefix is given the label ":". @afs - can you please verify?

afs commented 10 years ago

Yep - works as advertised