Note that the spelling changes depending on which tab is currently active. This might indicate that there is code/data duplication. This should be avoided if at all possible.
[Issue created by bestchai: 2014-01-20]
[Comment created by ahalbert: 2014-01-20]
As far as data duplication goes, the main problem is that we are serving static html files. In the future, we may want to have the server generate dynamic pages.
Another idea is to use a templating engine to compile the static html files from a single source.
Note that the spelling changes depending on which tab is currently active. This might indicate that there is code/data duplication. This should be avoided if at all possible.
[Issue created by bestchai: 2014-01-20]
[Comment created by ahalbert: 2014-01-20] As far as data duplication goes, the main problem is that we are serving static html files. In the future, we may want to have the server generate dynamic pages.
Another idea is to use a templating engine to compile the static html files from a single source.